projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f26d5c3
)
fix icecast compile when libogg is installed
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 13 Oct 2008 15:42:18 +0000
(15:42 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 13 Oct 2008 15:42:18 +0000
(15:42 +0000)
SVN-Revision: 12968
net/icecast/Makefile
patch
|
blob
|
history
diff --git
a/net/icecast/Makefile
b/net/icecast/Makefile
index 0709ff130dcb5b9c171e1f32227f97cb41d46de4..b6d850207a6ee3207f83f86adecf16fabfbc1c79 100644
(file)
--- 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