Browse Source

Merge pull request #14942 from mhei/libxml2-iconv-fix-aria2

aria2: fix linking with full language support enabled
lilik-openwrt-22.03
Michael Heimpold 3 years ago
committed by GitHub
parent
commit
c1d2fb81d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/aria2/Makefile

+ 2
- 1
net/aria2/Makefile View File

@ -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"


Loading…
Cancel
Save