mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:42:49 +02:00
fix openswan rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2377 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e3fd8663f1
commit
482e137e98
@ -18,6 +18,9 @@ $(eval $(call PKG_template,OPENSWAN,openswan,$(PKG_VERSION)-$(PKG_RELEASE),$(ARC
|
||||
|
||||
FLAGS := $(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/linux/include -L$(STAGING_DIR)/usr/lib -I$(STAGING_DIR)/usr/include
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
@ -29,6 +32,7 @@ $(PKG_BUILD_DIR)/.built:
|
||||
IPSECDIR="/usr/lib/ipsec" \
|
||||
INC_USRLOCAL="/usr" \
|
||||
programs
|
||||
touch $@
|
||||
|
||||
$(IPKG_OPENSWAN):
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
|
Loading…
Reference in New Issue
Block a user