X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1a29ac6fa7c4075604072a2504f5428228b645f8..e6a2f81c9cf8a6749cde3ea640150c2c496971b7:/package/libtool/Makefile diff --git a/package/libtool/Makefile b/package/libtool/Makefile index d03920f0d..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 @@ -41,7 +40,8 @@ define Build/InstallDev mv $(2)/lib/* $(1)/usr/lib/ mv $(2)/include/* $(1)/usr/include/ $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal - mv $(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 define Package/libltdl/install