From 7b84294b885a5da936fe0eb6e4311697cc49f59a Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 21 Feb 2010 15:31:55 +0000 Subject: [PATCH] [packages] speex: Provide ogg prefix path. Otherwise it will start looking for libogg in host paths. SVN-Revision: 19796 --- libs/speex/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/speex/Makefile b/libs/speex/Makefile index 1546692b2b..24ce114d56 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 -- 2.30.2