[Buildroot] [PATCH 1/1] package/musl-fts: always build static library

lancethepants lancethepants at gmail.com
Wed Aug 24 20:26:17 UTC 2022


musl-fts provides features left out of musl that are included in other libc's.

This patch always enables building the static library so
that it is always present with musl's libc.a when enabled.

For those that are using buildroot for toolchain creation
and want to static link, then libfts.a is available.

Signed-off-by: Lance Fredrickson <lancethepants at gmail.com>
Signed-off-by: lancethepants <lancethepants at gmail.com>
---
 package/musl-fts/musl-fts.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/musl-fts/musl-fts.mk b/package/musl-fts/musl-fts.mk
index dd7f1f9ea0..fcad9c3d75 100644
--- a/package/musl-fts/musl-fts.mk
+++ b/package/musl-fts/musl-fts.mk
@@ -12,5 +12,6 @@ MUSL_FTS_LICENSE_FILES = COPYING
 # pkg-config needed for autoreconf
 MUSL_FTS_DEPENDENCIES = host-pkgconf
 MUSL_FTS_INSTALL_STAGING = YES
+MUSL_FTS_CONF_OPTS += --enable-static
 
 $(eval $(autotools-package))
-- 
2.20.1




More information about the buildroot mailing list