projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec544b
)
aria2: fix linking with full language support enabled
author
Michael Heimpold
<mhei@heimpold.de>
Sun, 28 Feb 2021 08:47:01 +0000
(09:47 +0100)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Sun, 7 Mar 2021 01:15:47 +0000
(
02:15
+0100)
After
d18692c
, we need to include nls.mk to setup correct
environment variables so that linking succeeds.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
ab52802e389e9a83885cc88659172e44c3a82a54
)
net/aria2/Makefile
patch
|
blob
|
history
diff --git
a/net/aria2/Makefile
b/net/aria2/Makefile
index 1573d8eef935d1da177bde38e4b02ed4469207de..6bebc2505d26fa8a6b8acefa1936c4b33b382534 100644
(file)
--- a/
net/aria2/Makefile
+++ b/
net/aria2/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=aria2
PKG_VERSION:=1.35.0
-PKG_RELEASE:=
3
+PKG_RELEASE:=
4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/
@@
-40,6
+40,7
@@
PKG_CONFIG_DEPENDS := \
CONFIG_ARIA2_WEBSOCKET
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
define Package/aria2/config
source "$(SOURCE)/Config.in"