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 | da1109ee24654f6deab7337178965b8d8036f1e5 (patch) | |
tree | 8e4d6b44cd80012796f15b5e6f6a3f5d7839f72d /openwrt/package/speex/Makefile | |
parent | 0a921ef5b53c01c4b62f87124ac3fe6f6ec288c7 (diff) |
Don't include libspeex.so into libspeex package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@628 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/speex/Makefile')
-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 d9c1c16c7b..ed3859c665 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) |