projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25fd4f9
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@623
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/zlib/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/zlib/Makefile
b/openwrt/package/zlib/Makefile
index
26802ae
..
d09d437
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)