From: nbd Date: Wed, 8 Oct 2008 16:31:28 +0000 (+0000) Subject: work around permission problems in the avrdude tarball - fixes avr32 compile error X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=87ca0fc67dae0848d5177c3bf6146d3c2fb264c8;p=packages.git work around permission problems in the avrdude tarball - fixes avr32 compile error git-svn-id: svn://svn.openwrt.org/openwrt/packages@12912 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index 8ba160853..adfa268c5 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -30,6 +30,11 @@ define Package/avrdude/description AVRDUDE is a full featured program for programming Atmel's AVR CPU's. endef +define Build/Prepare + $(call Build/Prepare/Default) + chmod -R u+w $(PKG_BUILD_DIR) +endef + CONFIGURE_ARGS+= \ --enable-shared \ --disable-static \