mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
8b8a2b4186
commit
b30fbb94b9
@ -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…
x
Reference in New Issue
Block a user