projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ca0fc
)
work around permission problems in the ipsec-tools tarball - fixes avr32 compile...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2008 16:31:31 +0000
(16:31 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2008 16:31:31 +0000
(16:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12913
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/ipsec-tools/Makefile
patch
|
blob
|
history
diff --git
a/net/ipsec-tools/Makefile
b/net/ipsec-tools/Makefile
index
0f24ae1
..
363692b
100644
(file)
--- a/
net/ipsec-tools/Makefile
+++ b/
net/ipsec-tools/Makefile
@@
-42,6
+42,11
@@
CONFIGURE_ARGS += \
--enable-adminport \
--enable-ipv6
+define Build/Prepare
+ $(call Build/Prepare/Default)
+ chmod -R u+w $(PKG_BUILD_DIR)
+endef
+
define Build/Configure
(cd $(PKG_BUILD_DIR); touch \
configure.ac \