Fix libshout compilation

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11784 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-07-12 11:15:28 +00:00
parent 9bd6ba201d
commit bce82fd8da

View File

@ -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 \
)