lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit eda715cfaded24c376bb549894e202903dd9ae3b
parent 99a3b34db3817d0fc4c5338d899ae9658f0d90cb
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Thu, 16 Feb 2017 10:07:56 +0200

Merge pull request #4017 from nxhack/support_openwrt_trunk

icu: support OpenWrt trunk host-build.mk issue
Diffstat:
Mlibs/icu/Makefile | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libs/icu/Makefile b/libs/icu/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c PKG_VERSION:=58.2 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-58_2-src.tgz PKG_SOURCE_URL:=http://download.icu-project.org/files/$(PKG_NAME)/$(PKG_VERSION) @@ -64,10 +64,9 @@ CONFIGURE_ARGS:= \ --prefix=/usr HOST_CONFIGURE_CMD:= ./runConfigureICU +HOST_CONFIGURE_VARS:= HOST_CONFIGURE_ARGS:= \ Linux/gcc \ - CC="$(HOSTCC_NOCACHE)" \ - CXX="$(HOSTCXX_NOCACHE)" \ --disable-debug \ --enable-release \ --enable-shared \