projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8a2b4
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2377
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/openswan/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/openswan/Makefile
b/openwrt/package/openswan/Makefile
index
a25f12d
..
db175f2
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) \