1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

fix openswan rebuild

SVN-Revision: 2377
This commit is contained in:
Felix Fietkau 2005-11-07 17:48:48 +00:00
parent f13242ef8f
commit 570cad8f1f

@ -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) \