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:
hauke 2014-02-06 23:29:56 +00:00
parent 787423d3c2
commit b5673aa54a

View File

@ -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)" \