icu55: unbreak cross compilation with PIE by default (close #3067).

This commit is contained in:
Juan RP 2015-11-28 11:24:09 +01:00
parent a3d1ddcf15
commit 9f5028298d

View file

@ -1,7 +1,7 @@
# Template build file for 'icu55'.
pkgname=icu55
version=55.1
revision=2
revision=3
wrksrc=icu
build_wrksrc=source
build_style=gnu-configure
@ -25,7 +25,7 @@ pre_configure() {
(
cd host-build
env CC=cc LD=ld CXX=g++ AR=ar RANLIB=ranlib \
AS=as STRIP=strip CFLAGS="-Os" CXXFLAGS="-Os" \
AS=as STRIP=strip CFLAGS="-Os -fPIE" CXXFLAGS="-Os -fPIE" \
../configure --prefix=/
make ${makejobs}
mkdir -p ${wrksrc}/host-icu/config