From bce82fd8daaebc65efb7e0368ea81fdb9304c765 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 12 Jul 2008 11:15:28 +0000 Subject: [PATCH] Fix libshout compilation git-svn-id: svn://svn.openwrt.org/openwrt/packages@11784 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libshout/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile index 895b750aa..45205f312 100644 --- a/libs/libshout/Makefile +++ b/libs/libshout/Makefile @@ -38,8 +38,8 @@ endef define Build/Configure $(call Build/Configure/Default, \ - VORBIS_CFLAGS="$(STAGING_DIR)/usr/include/tremor"\ - VORBIS_LIBS="$(STAGING_DIR)/usr/lib" \ + VORBIS_CFLAGS="-I$(STAGING_DIR)/usr/include/tremor/"\ + VORBIS_LIBS="-L$(STAGING_DIR)/usr/lib" \ --enable-shared \ --enable-static \ ) -- 2.11.0