git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2b09917
)
avrdude: Fix inclusion of libelf when BUILD_NLS=y
author
Ted Hess
<redacted>
Mon, 7 Dec 2015 00:56:44 +0000
(19:56 -0500)
committer
Ted Hess
<redacted>
Mon, 7 Dec 2015 00:56:58 +0000
(19:56 -0500)
Signed-off-by: Ted Hess <redacted>
utils/avrdude/Makefile
patch
|
blob
|
history
diff --git
a/utils/avrdude/Makefile
b/utils/avrdude/Makefile
index 08f37c0957fddfbe4192612091bd12f39fc7e6be..5ea0e5542c9c6326b122358c79cae315d8837fa2 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT