musl-fts: remove shared libraries from host
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:1fb099341e
("musl-fts: add host build") Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit8a75ed4ba0
)
This commit is contained in:
parent
55740b1ba4
commit
308adb76d2
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,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
|
||||
|
|
Loading…
Reference in a new issue