From patchwork Fri Aug 6 12:50:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 1514344 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=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.a=rsa-sha256 header.s=mail header.b=nb8vpXRx; dkim-atps=neutral Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Gh52117Lbz9s24 for ; Fri, 6 Aug 2021 22:51:04 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 0F3F040370; Fri, 6 Aug 2021 12:51:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4DbLrGI-LyFY; Fri, 6 Aug 2021 12:50:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 49C3240333; Fri, 6 Aug 2021 12:50:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4FA451BF37F for ; Fri, 6 Aug 2021 12:50:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 4B72140597 for ; Fri, 6 Aug 2021 12:50:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (1024-bit key) header.d=ideasonboard.com Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wrirmdFE683D for ; Fri, 6 Aug 2021 12:50:55 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by smtp4.osuosl.org (Postfix) with ESMTPS id B6B6C40578 for ; Fri, 6 Aug 2021 12:50:55 +0000 (UTC) Received: from deskari.lan (91-158-153-130.elisa-laajakaista.fi [91.158.153.130]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7591A4FB; Fri, 6 Aug 2021 14:50:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1628254253; bh=VhYsg6v9q+ieN1buVo7E8pWeGELV7V2a0mBnPge8apw=; h=From:To:Cc:Subject:Date:From; b=nb8vpXRx1wFFqRLDYw6MUjOAKfujCpJXpWS4NrX/nFo5mf9Mwke2TxfBz5+X4Lh1N 4okZToslNKtos8QcPwmM3dpdvZeDCtoW+HitKimdu/sPYb4QYJalQcCehRCbZLJ3Ed pNtX08IqzwCN/lUIKTU08OR/uojKPXD4o0iDQEJA= From: Tomi Valkeinen To: buildroot@buildroot.org Date: Fri, 6 Aug 2021 15:50:46 +0300 Message-Id: <20210806125047.1832422-1-tomi.valkeinen@ideasonboard.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/2] package/kmsxx: remove erroneous use of static-libc option 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: , Cc: Tomi Valkeinen , Peter Seiderer , "Yann E . MORIN" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" For some reason the build file sets -Dstatic-libc=true option when BR2_STATIC_LIBS is set. This is not correct, or at least I cannot figure out the reason for this, so remove it. Signed-off-by: Tomi Valkeinen --- Re-sending, as first attempt was rejected as I was not subscribed to the list. package/kmsxx/kmsxx.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package/kmsxx/kmsxx.mk b/package/kmsxx/kmsxx.mk index fd40ff8e73..871ecaf85c 100644 --- a/package/kmsxx/kmsxx.mk +++ b/package/kmsxx/kmsxx.mk @@ -17,12 +17,6 @@ KMSXX_CONF_OPTS = \ -Duse-system-fmt=true \ -Duse-system-pybind11=true -ifeq ($(BR2_STATIC_LIBS),y) -KMSXX_CONF_OPTS += -Dstatic-libc=true -else -KMSXX_CONF_OPTS += -Dstatic-libc=false -endif - ifeq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_85180),y) KMSXX_CXXFLAGS += $(TARGET_CXXFLAGS) -O0 endif