From: Hauke Mehrtens Date: Thu, 6 Feb 2014 23:29:56 +0000 (+0000) Subject: avrdude: fix build of new version X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=40f4605de8cf0c52b57c0830149c1ac69eb6ac15;p=openwrt%2Fsvn-archive%2Fpackages.git avrdude: fix build of new version Signed-off-by: Hauke Mehrtens SVN-Revision: 39522 --- diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index e52d50b81..015f0f409 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -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)" \