Skip to content

Commit 06e239d

Browse files
committed
AriaNg: upgrade to 1.3.10
1 parent 26b74c6 commit 06e239d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

trunk/user/aria2/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SRC_NAME=aria2-1.37.0
22
SRC_URL=https://github.com/aria2/aria2/releases/download/release-1.37.0/$(SRC_NAME).tar.xz
33

4-
SRC_ARIA_NG_NAME=AriaNg-1.3.7-AllInOne
5-
SRC_ARIA_NG_URL=https://github.com/mayswind/AriaNg/releases/download/1.3.7/$(SRC_ARIA_NG_NAME).zip
4+
SRC_ARIA_NG_NAME=AriaNg-1.3.10-AllInOne
5+
SRC_ARIA_NG_URL=https://github.com/mayswind/AriaNg/releases/download/1.3.10/$(SRC_ARIA_NG_NAME).zip
66

77
CFLAGS += -fvisibility=hidden
88
CXXFLAGS += -fvisibility-inlines-hidden
@@ -62,6 +62,8 @@ configure:
6262
ZLIB_LIBS="-L$(STAGEDIR)/lib -lz" \
6363
OPENSSL_CFLAGS="-I$(STAGEDIR)/include" \
6464
OPENSSL_LIBS="-L$(STAGEDIR)/lib -lssl -lcrypto" \
65+
LIBXML2_CFLAGS="-I$(STAGEDIR)/include/libxml2" \
66+
LIBXML2_LIBS="-L$(STAGEDIR)/lib -lxml2" \
6567
--host=$(HOST_TARGET) \
6668
--build=$(HOST_BUILD) ; \
6769
)

0 commit comments

Comments
 (0)