1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:43:08 +02:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@138 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2004-08-20 04:57:31 +00:00
parent 881a81e7ad
commit 89d5f1345f

View File

@ -71,7 +71,7 @@ $(ZLIB_IPK): uclibc $(STAGING_DIR)/lib/libz.so.1.1.4
cp -dpf $(STAGING_DIR)/lib/libz.so* $(ZLIB_IPK_DIR)/lib;
-$(STRIP) --strip-unneeded $(ZLIB_IPK_DIR)/lib/libz.so*
touch -c $(ZLIB_IPK_DIR)/lib/libz.so.1.1.4
cd $(ZLIB_IPK_DIR) $(IPKG_BUILDPACKAGE)
cd $(ZLIB_IPK_DIR); $(IPKG_BUILDPACKAGE)
zlib-ipk: $(ZLIB_IPK)