fix libtool md5sum
[openwrt.git] / package / libtool / Makefile
index c3feb9e..6172656 100644 (file)
@@ -14,7 +14,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/libtool
-PKG_MD5SUM:=8e0ac9797b62ba4dcc8a2fb7936412b0
+PKG_MD5SUM:=d0071c890101fcf4f2be8934a37841b0
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 
@@ -37,12 +37,11 @@ define Build/InstallDev
                prefix="$(2)" \
                exec_prefix="$(2)" \
                install
-       $(INSTALL_DIR) $(1)/lib
+       $(INSTALL_DIR) $(1)/lib $(1)/usr/include
        mv $(2)/lib/* $(1)/lib/
-#      $(SED) 's,^dlopen_self=unknown,dlopen_self=yes,' \
-#          -e 's,^dlopen_self_static=unknown,dlopen_self_static=no,' \
-#          -e 's,^link_all_deplibs=unknown,link_all_deplibs=no,' \
-#              $(2)/bin/libtool
+       mv $(2)/include/* $(1)/usr/include/
+       $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
+       mv $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/
 endef
 
 define Package/libltdl/install
This page took 0.025623 seconds and 4 git commands to generate.