add a workaround preventing libtool from hardcoding library path in shared libs
[openwrt.git] / package / libtool / Makefile
index 62895a8..324025a 100644 (file)
@@ -41,6 +41,7 @@ define Build/InstallDev
        mv $(2)/include/* $(1)/usr/include/
        $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
        $(CP) $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/
+       $(SED) 's,\(hardcode_into_libs\)=yes,\1=no,g' $(2)/bin/libtool
 endef
 
 define Package/libltdl/install
This page took 0.029035 seconds and 4 git commands to generate.