X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=openwrt%2Fpackage%2Fspeex%2FMakefile;fp=openwrt%2Fpackage%2Fspeex%2FMakefile;h=903966b5167b718be9ce8dc728e17d0b68029e1c;hb=89b019c77596710b004258755c603368c064c79e;hp=87a3de96793b90d29e750ca9aab3f66b2eec96f1;hpb=9da93d7b45f8e7f8892610a2ef233a089d77ca4b;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/openwrt/package/speex/Makefile b/openwrt/package/speex/Makefile index 87a3de9679..903966b516 100644 --- a/openwrt/package/speex/Makefile +++ b/openwrt/package/speex/Makefile @@ -72,6 +72,8 @@ $(STAGING_DIR)/usr/lib/libspeex.so: $(PKG_BUILD_DIR)/.built $(CP) $(PKG_INSTALL_DIR)/usr/lib/libspeex.{a,so*} $(STAGING_DIR)/usr/lib/ mkdir -p $(STAGING_DIR)/usr/lib/pkgconfig $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/speex.pc $(STAGING_DIR)/usr/lib/pkgconfig/ + $(SED) 's,-I$${includedir},,g' $(STAGING_DIR)/usr/lib/pkgconfig/speex.pc + $(SED) 's,-L$${libdir},,g' $(STAGING_DIR)/usr/lib/pkgconfig/speex.pc touch $@ install-dev: $(STAGING_DIR)/usr/lib/libspeex.so