summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/glib/Makefile1
-rw-r--r--package/pcre/ipkg/rules2
-rw-r--r--package/popt/ipkg/rules2
3 files changed, 5 insertions, 0 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index c3a0e6a67..64646c41c 100644
--- a/package/glib/Makefile
+++ b/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/package/pcre/ipkg/rules b/package/pcre/ipkg/rules
index c5d1d335b..ead5116d8 100644
--- a/package/pcre/ipkg/rules
+++ b/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/package/popt/ipkg/rules b/package/popt/ipkg/rules
index 2ab310b2e..7a615a5f2 100644
--- a/package/popt/ipkg/rules
+++ b/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