From: Felix Fietkau Date: Fri, 8 Dec 2006 23:19:19 +0000 (+0000) Subject: compile fix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5b1c6c71f96a53b29749dedeb1201cd237188e1e;p=openwrt%2Fsvn-archive%2Fpackages.git compile fix SVN-Revision: 5732 --- diff --git a/net/ulogd/Makefile b/net/ulogd/Makefile index b1c8e3709..b137472f0 100644 --- 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