From: lars Date: Sun, 21 Feb 2010 15:31:55 +0000 (+0000) Subject: [packages] speex: Provide ogg prefix path. Otherwise it will start looking for X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e49c2d781d75f56847d29a10a548eff852869dd7;p=packages.git [packages] speex: Provide ogg prefix path. Otherwise it will start looking for libogg in host paths. git-svn-id: svn://svn.openwrt.org/openwrt/packages@19796 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/speex/Makefile b/libs/speex/Makefile index 1546692b2..24ce114d5 100644 --- a/libs/speex/Makefile +++ b/libs/speex/Makefile @@ -66,8 +66,8 @@ define Build/Configure --enable-fixed-point \ --disable-oggtest \ --disable-float-api \ - --disable-vbr, \ - OGG_CFLAGS="" \ + --disable-vbr \ + --with-ogg=$(STAGING_DIR)/usr \ ) endef