From 35c4aa735fcf137ef94d26b888e41e947736ff7d Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 27 Dec 2007 02:11:14 +0000 Subject: [PATCH] fix libtoolize/autoconf/automake git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9944 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libtool/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package/libtool/Makefile b/package/libtool/Makefile index c3feb9ec8..a339a861a 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 -- 2.35.1