X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Flibtool%2FMakefile;h=a339a861a2527f417d17154f425600032a3a9cda;hp=c3feb9ec8b1595c50a0d9ca5aa9c6e7df7347075;hb=d63448d4a54ae1d3607108e527d5c201f2aa1739;hpb=5ebd0cb600f7afadeac291b65b68ebd6142dc4e1 diff --git a/package/libtool/Makefile b/package/libtool/Makefile index c3feb9ec8b..a339a861a2 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -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