compile fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5732 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c4d4f79875
commit
0211753aba
@ -106,6 +106,12 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR="$(PKG_INSTALL_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
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user