From: nbd Date: Mon, 13 Oct 2008 15:42:18 +0000 (+0000) Subject: fix icecast compile when libogg is installed X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b6cf95c7fd720ea625fca82b149d368a8ef3fb17;p=packages.git fix icecast compile when libogg is installed git-svn-id: svn://svn.openwrt.org/openwrt/packages@12968 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/icecast/Makefile b/net/icecast/Makefile index 0709ff130..b6d850207 100644 --- a/net/icecast/Makefile +++ b/net/icecast/Makefile @@ -70,6 +70,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ + INCLUDES="-I$(PKG_BUILD_DIR)/src -I$(TREMOR_DIR)/include" \ all install endef