projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be345d
)
compile fix
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 Dec 2006 23:19:19 +0000
(23:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 Dec 2006 23:19:19 +0000
(23:19 +0000)
SVN-Revision: 5732
net/ulogd/Makefile
patch
|
blob
|
history
diff --git
a/net/ulogd/Makefile
b/net/ulogd/Makefile
index b1c8e3709f1050ea4f25064b2b72716ea55a7549..b137472f0f540d11a683082ee3a583cf66b141a0 100644
(file)
--- a/
net/ulogd/Makefile
+++ b/
net/ulogd/Makefile
@@
-106,6
+106,12
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
+ CFLAGS="$(TARGET_CFLAGS) \
+ -Iinclude \
+ -I$(PKG_BUILD_DIR)/include/ulogd \
+ -I$(PKG_BUILD_DIR)/include \
+ -I$(PKG_BUILD_DIR)/libipulog/include \
+ -I$(STAGING_DIR)/usr/include" \
all install
endef