work around wrong permissions in the arpwatch tarball - fixes avr32 compile issues
[packages.git] / net / arpwatch / Makefile
index b63f5f8..4ca72b5 100644 (file)
@@ -35,6 +35,11 @@ define Package/arpwatch/conffiles
 /etc/arpwatch/arp.dat
 endef
 
+define Build/Prepare
+       $(call Build/Prepare/Default)
+       chmod -R u+w $(PKG_BUILD_DIR)
+endef
+
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                ARPDIR=/etc/arpwatch \