mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 19:54:50 +00:00
libtirpc: don't build host shared libraries
Avoids having to use rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ define Package/libtirpc
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += --disable-gssapi
|
||||
HOST_CONFIGURE_ARGS += --disable-gssapi
|
||||
HOST_CONFIGURE_ARGS += --disable-gssapi --disable-shared
|
||||
|
||||
ifeq ($(HOST_OS),Darwin)
|
||||
HOST_CONFIGURE_ARGS += --disable-symvers
|
||||
|
||||
Reference in New Issue
Block a user