projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5abcbb8
)
Don't include libspeex.so into libspeex package
author
Nicolas Thill
<nico@openwrt.org>
Mon, 11 Apr 2005 04:05:58 +0000
(
04:05
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 11 Apr 2005 04:05:58 +0000
(
04:05
+0000)
SVN-Revision: 628
openwrt/package/speex/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/speex/Makefile
b/openwrt/package/speex/Makefile
index d9c1c16c7b63faae5405c08fd8e281dffa276ad7..ed3859c665893b34fd3dfbb04f5ca9789265ea63 100644
(file)
--- a/
openwrt/package/speex/Makefile
+++ b/
openwrt/package/speex/Makefile
@@
-54,7
+54,7
@@
$(PKG_IPK): $(STAGING_DIR)/lib/libspeex.a
mkdir -p $(PACKAGE_DIR)
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_BUILD_DIR)/ipkg/speex speex.control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
mkdir -p $(PKG_BUILD_DIR)/ipkg/speex/usr/lib
- cp -a $(STAGING_DIR)/lib/libspeex.so* $(PKG_BUILD_DIR)/ipkg/speex/usr/lib
+ cp -a $(STAGING_DIR)/lib/libspeex.so
.
* $(PKG_BUILD_DIR)/ipkg/speex/usr/lib
$(STRIP) $(PKG_BUILD_DIR)/ipkg/speex/usr/lib/*
$(IPKG_BUILD) $(PKG_BUILD_DIR)/ipkg/speex $(PACKAGE_DIR)