projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a716bd1
)
Don't include libz.so into zlib package
author
Nicolas Thill
<nico@openwrt.org>
Mon, 11 Apr 2005 01:28:50 +0000
(
01:28
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 11 Apr 2005 01:28:50 +0000
(
01:28
+0000)
SVN-Revision: 623
openwrt/package/zlib/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/zlib/Makefile
b/openwrt/package/zlib/Makefile
index 26802ae53137ee9d94e5679b095200fa44a93eb2..d09d4378a917e51729b78c4ecf0ad814e4a08a4d 100644
(file)
--- a/
openwrt/package/zlib/Makefile
+++ b/
openwrt/package/zlib/Makefile
@@
-48,7
+48,7
@@
$(PKG_IPK): $(STAGING_DIR)/lib/libz.so
mkdir -p $(PACKAGE_DIR)
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_BUILD_DIR)/ipkg/zlib zlib.control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
mkdir -p $(PKG_BUILD_DIR)/ipkg/zlib/usr/lib
- cp -a $(PKG_BUILD_DIR)/libz.so* $(PKG_BUILD_DIR)/ipkg/zlib/usr/lib
+ cp -a $(PKG_BUILD_DIR)/libz.so
.
* $(PKG_BUILD_DIR)/ipkg/zlib/usr/lib
$(STRIP) $(PKG_BUILD_DIR)/ipkg/zlib/usr/lib/*
$(IPKG_BUILD) $(PKG_BUILD_DIR)/ipkg/zlib $(PACKAGE_DIR)