Merge pull request #7569 from dengqf6/aria2
aria2: code size optimizations and build-parallel
This commit is contained in:
commit
78a364e48c
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/
|
PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/
|
||||||
PKG_HASH:=3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3
|
PKG_HASH:=3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>, \
|
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>, \
|
||||||
Hsing-Wang Liao <kuoruan@gmail.com>
|
Hsing-Wang Liao <kuoruan@gmail.com>
|
||||||
|
@ -80,6 +81,9 @@ CONFIGURE_ARGS += \
|
||||||
--without-libuv \
|
--without-libuv \
|
||||||
--with-libz
|
--with-libz
|
||||||
|
|
||||||
|
TARGET_CXXFLAGS += -ffunction-sections -fdata-sections -flto
|
||||||
|
TARGET_LDFLAGS += -Wl,--gc-sections -flto
|
||||||
|
|
||||||
define Package/aria2/install
|
define Package/aria2/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/aria2c $(1)/usr/bin
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/aria2c $(1)/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue