icu55: unbreak cross compilation with PIE by default (close #3067).
This commit is contained in:
parent
a3d1ddcf15
commit
9f5028298d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue