[packages] speex: Provide ogg prefix path. Otherwise it will start looking for
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Feb 2010 15:31:55 +0000 (15:31 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Feb 2010 15:31:55 +0000 (15:31 +0000)
libogg in host paths.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19796 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/speex/Makefile

index 1546692..24ce114 100644 (file)
@@ -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