mirror of https://github.com/hak5/openwrt.git
parent
6f7c58e2f4
commit
aeff585200
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue