From d7e401723e7f9f95b5284987fcfce1785b8e48bf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 8 Oct 2008 16:31:31 +0000 Subject: [PATCH] work around permission problems in the ipsec-tools tarball - fixes avr32 compile error SVN-Revision: 12913 --- net/ipsec-tools/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/ipsec-tools/Makefile b/net/ipsec-tools/Makefile index 0f24ae12e..363692b31 100644 --- 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 \ -- 2.30.2