Skip to content

Commit

Permalink
musl-fts: remove shared libraries from host
Browse files Browse the repository at this point in the history
Avoids having to add rpath to the various packages using it. Also add
PIC to fix compilation as static libraries do not use PIC by default.

Fixes: 1fb0993 ("musl-fts: add host build")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and chunkeey committed Mar 27, 2022
1 parent 1562e43 commit 8a75ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/libs/musl-fts/Makefile
Expand Up @@ -44,6 +44,7 @@ define Package/musl-fts/description
The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc.
endef

HOST_CONFIGURE_ARGS += --disable-shared --with-pic

define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
Expand Down

0 comments on commit 8a75ed4

Please sign in to comment.