projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13242e
)
fix openswan rebuild
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:48:48 +0000
(17:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:48:48 +0000
(17:48 +0000)
SVN-Revision: 2377
openwrt/package/openswan/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/openswan/Makefile
b/openwrt/package/openswan/Makefile
index a25f12d374b9a16dd21f3a307adaef76337b31a0..db175f27a854fcf4fcea354bcc4045121fec1780 100644
(file)
--- a/
openwrt/package/openswan/Makefile
+++ b/
openwrt/package/openswan/Makefile
@@
-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) \