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:
parent
9815f48618
commit
ce4c0399a0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ define Package/libtirpc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += --disable-gssapi
|
CONFIGURE_ARGS += --disable-gssapi
|
||||||
HOST_CONFIGURE_ARGS += --disable-gssapi
|
HOST_CONFIGURE_ARGS += --disable-gssapi --disable-shared
|
||||||
|
|
||||||
ifeq ($(HOST_OS),Darwin)
|
ifeq ($(HOST_OS),Darwin)
|
||||||
HOST_CONFIGURE_ARGS += --disable-symvers
|
HOST_CONFIGURE_ARGS += --disable-symvers
|
||||||
|
|
Loading…
Reference in a new issue