From e6606cdeafe98decbf9e146b1302f16cb1f9289e Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 6 Jul 2009 13:16:38 +0000 Subject: [PATCH] [package] fix openswan compilation (#5261) git-svn-id: svn://svn.openwrt.org/openwrt/packages@16715 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openswan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openswan/Makefile b/net/openswan/Makefile index d80cfc731..72dfd7765 100644 --- a/net/openswan/Makefile +++ b/net/openswan/Makefile @@ -62,7 +62,7 @@ OPENSWAN_MAKE := $(MAKE) -C $(PKG_BUILD_DIR) \ KERNELSRC="$(LINUX_DIR)" \ ARCH="$(LINUX_KARCH)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ - USERCOMPILE="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/linux/include $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)" \ + USERCOMPILE="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/ports/linux/include -I$(PKG_BUILD_DIR)/linux/include -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)" \ IPSECDIR="/usr/lib/ipsec" \ INC_USRLOCAL="/usr" \ INC_RCDEFAULT="/etc/init.d" \