From a24de8953971124ee752021e49b18bdf2ce5cc9c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 19 Oct 2021 00:52:03 -0700 Subject: [PATCH] readline: disable shared library for host Allows to avoid rpath hacks with at least softethervpn. --with-pic is needed as it's not default with static libraries, only shared ones. Signed-off-by: Rosen Penev --- package/libs/readline/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libs/readline/Makefile b/package/libs/readline/Makefile index d41a6d74f4..d14f058eab 100644 --- a/package/libs/readline/Makefile +++ b/package/libs/readline/Makefile @@ -45,6 +45,7 @@ define Package/libreadline/description history expansion on previous commands. endef +HOST_CONFIGURE_ARGS += --disable-shared --with-pic CONFIGURE_ARGS += --with-curses --disable-install-examples CONFIGURE_VARS += \