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 | 3582b4c00584b7972afe1694801d4fa443bebf85 (patch) | |
tree | 8e4d6b44cd80012796f15b5e6f6a3f5d7839f72d /openwrt/package/speex | |
parent | 5abcbb89430c84c6ebc33236cbb8019bacb1aed4 (diff) | |
download | mtk-20170518-3582b4c00584b7972afe1694801d4fa443bebf85.zip mtk-20170518-3582b4c00584b7972afe1694801d4fa443bebf85.tar.gz mtk-20170518-3582b4c00584b7972afe1694801d4fa443bebf85.tar.bz2 |
Don't include libspeex.so into libspeex package
SVN-Revision: 628
Diffstat (limited to 'openwrt/package/speex')
-rw-r--r-- | openwrt/package/speex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/speex/Makefile b/openwrt/package/speex/Makefile index d9c1c16..ed3859c 100644 --- 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) |