From patchwork Wed Sep 16 10:02:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1365133 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=EQWtzTw9; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Brwdh3GSBz9sSC for ; Wed, 16 Sep 2020 20:03:04 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 67C8B2043F; Wed, 16 Sep 2020 10:03:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Iwh6GPqySn8m; Wed, 16 Sep 2020 10:02:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1ACAB20471; Wed, 16 Sep 2020 10:02:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 719051BF40B for ; Wed, 16 Sep 2020 10:02:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6E27686FD5 for ; Wed, 16 Sep 2020 10:02:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9bWNBqfPGkeL for ; Wed, 16 Sep 2020 10:02:56 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by hemlock.osuosl.org (Postfix) with ESMTPS id BD40686FD0 for ; Wed, 16 Sep 2020 10:02:56 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 6D8EC18150D; Wed, 16 Sep 2020 12:02:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1600250572; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=28x84dw7M3ya4w+g0NQmE6rFCC6Ki7pwysixobk+Nig=; b=EQWtzTw9ywER/2cnTOvrvUvvLlvj5IruBBT3it1M+7C7eyZ/7ehRRRV7OtgIR7cluo/rRj CUXrJZbAu110fZgRoRpkTbiBeI4pFrmaoJCAY3CEMpiUspHwk2kTEK6B3z5oni9Am9b1RJ 4Fq6sOL0TNM9YUpDzT4SIOTRip33umI= To: buildroot@buildroot.org Date: Wed, 16 Sep 2020 12:02:08 +0200 Message-Id: <20200916100212.2903033-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH 0/3] package/pkg-cmake.mk: host: build shared as default X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" this is a follow-up to this discussion/investigation http://lists.busybox.net/pipermail/buildroot/2020-September/291494.html first for doxygen and clangd/lld -DBUILD_SHARED_LIBS is enforced to =OFF. finally the default flag -DBUILD_SHARED_LIBS=ON is set. Michael Nosthoff (3): package/doxygen: disable shared libs for host package/{clang, lld}: host: disable shared_libs package/pkg-cmake.mk: build host with shared libs package/clang/clang.mk | 1 + package/doxygen/doxygen.mk | 2 ++ package/lld/lld.mk | 3 +++ package/pkg-cmake.mk | 1 + 4 files changed, 7 insertions(+)