From: Felix Fietkau 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://git.lede-project.org./?a=commitdiff_plain;h=da0571bce48dd4f3e3214a5dd68b3fef8ed73945;p=openwrt%2Fsvn-archive%2Fpackages.git work around permission problems in the avrdude tarball - fixes avr32 compile error SVN-Revision: 12912 --- 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 \