From: Rosen Penev Date: Sun, 6 Mar 2022 06:55:31 +0000 (-0800) Subject: libtirpc: don't build host shared libraries X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ce4c0399a0dd885fdadf1378e60493bb71cf914c;p=feed%2Fpackages.git libtirpc: don't build host shared libraries Avoids having to use rpath hacks. Signed-off-by: Rosen Penev --- diff --git a/libs/libtirpc/Makefile b/libs/libtirpc/Makefile index 0a14276372..e8bb72425f 100644 --- a/libs/libtirpc/Makefile +++ b/libs/libtirpc/Makefile @@ -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