avrdude: fix build of new version
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39522 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
787423d3c2
commit
b5673aa54a
@ -22,7 +22,7 @@ define Package/avrdude
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=AVR Downloader/UploaDEr
|
||||
URL:=http://www.bsdhome.com/avrdude/
|
||||
DEPENDS:=+libncurses +libreadline +libusb-compat
|
||||
DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi
|
||||
endef
|
||||
|
||||
define Package/avrdude/description
|
||||
@ -38,6 +38,9 @@ CONFIGURE_ARGS+= \
|
||||
--disable-doc \
|
||||
--disable-parport \
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
ac_cv_lib_elf_elf_begin=no \
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user