From 959b0be235f4863dfb40715875ecae89ea7bf3e0 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 8 Apr 2005 15:40:28 +0000 Subject: [PATCH] Remove .la libtool library files SVN-Revision: 584 --- openwrt/package/glib/Makefile | 1 + openwrt/package/pcre/ipkg/rules | 2 ++ openwrt/package/popt/ipkg/rules | 2 ++ 3 files changed, 5 insertions(+) diff --git a/openwrt/package/glib/Makefile b/openwrt/package/glib/Makefile index c3a0e6a679..64646c41cd 100644 --- a/openwrt/package/glib/Makefile +++ b/openwrt/package/glib/Makefile @@ -80,6 +80,7 @@ $(STAGING_DIR)/lib/libglib.so: $(PKG_BUILD_DIR)/libglib.so DESTDIR="$(STAGING_DIR)" \ install cp $(PKG_BUILD_DIR)/glibconfig-sysdefs.h $(STAGING_DIR)/usr/include/glib-1.2/ + rm -f $(STAGING_DIR)/usr/lib/libg{lib,module,thread}.la $(PKG_IPK): $(STAGING_DIR)/lib/libglib.so mkdir -p $(PACKAGE_DIR) diff --git a/openwrt/package/pcre/ipkg/rules b/openwrt/package/pcre/ipkg/rules index c5d1d335ba..ead5116d80 100644 --- a/openwrt/package/pcre/ipkg/rules +++ b/openwrt/package/pcre/ipkg/rules @@ -78,6 +78,8 @@ $(INSTALL_DIR)/usr/include/pcre.h: .stamp-built DESTDIR="$(INSTALL_DIR)" \ install + rm -f $(INSTALL_DIR)/usr/lib/libpcre*.la + configure: .stamp-configured diff --git a/openwrt/package/popt/ipkg/rules b/openwrt/package/popt/ipkg/rules index 2ab310b2e5..7a615a5f2c 100644 --- a/openwrt/package/popt/ipkg/rules +++ b/openwrt/package/popt/ipkg/rules @@ -72,6 +72,8 @@ $(INSTALL_DIR)/usr/include/popt.h: .stamp-built DESTDIR="$(INSTALL_DIR)" \ install + rm -f $(INSTALL_DIR)/usr/lib/libpopt.la + configure: .stamp-configured -- 2.25.1