From b5673aa54a7aa2e0573db75d844d2ecf2322f492 Mon Sep 17 00:00:00 2001 From: hauke Date: Thu, 6 Feb 2014 23:29:56 +0000 Subject: [PATCH] avrdude: fix build of new version Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/packages@39522 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/avrdude/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)" \