Explorar el Código

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 <[email protected]>
Rosen Penev hace 4 años
padre
commit
a24de89539
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/libs/readline/Makefile

+ 1 - 0
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 += \