diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-11 04:05:58 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-11 04:05:58 +0000 |
commit | d06f0ec5f269e295f05c83648b908b698ba74587 (patch) | |
tree | 61e3ccfb4846b559e5d1dcb5483fbe0b240ef855 /package/speex/Makefile | |
parent | ce022c47710859a697219ab87d1db655332c4d62 (diff) |
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 d9c1c16c7..ed3859c66 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) |