work around permission problems in the ipsec-tools tarball - fixes avr32 compile error

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12913 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-10-08 16:31:31 +00:00
parent 87ca0fc67d
commit a72bbe029b

View 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 \