From ce4c0399a0dd885fdadf1378e60493bb71cf914c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 5 Mar 2022 22:55:31 -0800 Subject: [PATCH] libtirpc: don't build host shared libraries Avoids having to use rpath hacks. Signed-off-by: Rosen Penev --- libs/libtirpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libtirpc/Makefile b/libs/libtirpc/Makefile index 0a1427637..e8bb72425 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