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
This commit is contained in:
parent
000a33dc3c
commit
87ca0fc67d
@ -30,6 +30,11 @@ define Package/avrdude/description
|
|||||||
AVRDUDE is a full featured program for programming Atmel's AVR CPU's.
|
AVRDUDE is a full featured program for programming Atmel's AVR CPU's.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/Prepare
|
||||||
|
$(call Build/Prepare/Default)
|
||||||
|
chmod -R u+w $(PKG_BUILD_DIR)
|
||||||
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user