X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bbee3e7dc19b2821a80471a83f8d7af095ba22ef..561a80eff8767e38927ff9960a08c9bc47122414:/package/libtool/Makefile diff --git a/package/libtool/Makefile b/package/libtool/Makefile index e2d5b7c8e..324025a29 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -42,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