From: Felix Fietkau Date: Mon, 13 Oct 2008 15:42:18 +0000 (+0000) Subject: fix icecast compile when libogg is installed X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=eddd359cd65aed5180e81cbee207b1596e12cdf9;p=openwrt%2Fsvn-archive%2Farchive.git fix icecast compile when libogg is installed SVN-Revision: 12968 --- diff --git a/net/icecast/Makefile b/net/icecast/Makefile index 0709ff130d..b6d850207a 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