From: Rosen Penev Date: Tue, 19 Oct 2021 07:52:03 +0000 (-0700) Subject: readline: disable shared library for host X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a24de8953971124ee752021e49b18bdf2ce5cc9c;p=openwrt%2Fstaging%2Fjow.git 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 --- 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 += \