mirror of https://github.com/hak5/openwrt.git
add a workaround preventing libtool from hardcoding library path in shared libs
SVN-Revision: 15246lede-17.01
parent
028efe57a7
commit
a8b7482536
|
@ -41,6 +41,7 @@ define Build/InstallDev
|
||||||
mv $(2)/include/* $(1)/usr/include/
|
mv $(2)/include/* $(1)/usr/include/
|
||||||
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
|
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
|
||||||
$(CP) $(2)/share/aclocal/* $(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
|
endef
|
||||||
|
|
||||||
define Package/libltdl/install
|
define Package/libltdl/install
|
||||||
|
|
Loading…
Reference in New Issue