[Buildroot] [PATCH 1/2] package/kmsxx: remove erroneous use of static-libc option

Tomi Valkeinen tomi.valkeinen at ideasonboard.com
Fri Aug 6 12:50:46 UTC 2021


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 <tomi.valkeinen at ideasonboard.com>
---

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
-- 
2.25.1



More information about the buildroot mailing list