lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 5c1668250882bac8072ae6c312173402ce44819b
parent 2b09917ed221e113a91221b89c0721823b1df140
Author: Ted Hess <thess@kitschensync.net>
Date:   Sun,  6 Dec 2015 19:56:44 -0500

avrdude: Fix inclusion of libelf when BUILD_NLS=y

Signed-off-by: Ted Hess <thess@kitschensync.net>

Diffstat:
Mutils/avrdude/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avrdude PKG_VERSION:=6.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/avrdude @@ -23,6 +23,7 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/avrdude SECTION:=utils