diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-11 04:05:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-11 04:05:58 +0000 |
commit | a2fefebbd98165f8c65e898f0932070a11970402 (patch) | |
tree | 61e3ccfb4846b559e5d1dcb5483fbe0b240ef855 /package/speex/Makefile | |
parent | 54302a62c3c704d8fc22fe585ec314864148c5ea (diff) | |
download | upstream-a2fefebbd98165f8c65e898f0932070a11970402.tar.gz upstream-a2fefebbd98165f8c65e898f0932070a11970402.tar.bz2 upstream-a2fefebbd98165f8c65e898f0932070a11970402.zip |
Don't include libspeex.so into libspeex package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@628 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/speex/Makefile')
-rw-r--r-- | package/speex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/speex/Makefile b/package/speex/Makefile index d9c1c16c7b..ed3859c665 100644 --- a/package/speex/Makefile +++ b/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) |