work around permission problems in the ipsec-tools tarball - fixes avr32 compile...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2008 16:31:31 +0000 (16:31 +0000)
committernbd <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

index 0f24ae1..363692b 100644 (file)
@@ -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 \