mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
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'.
|
# Template build file for 'icu55'.
|
||||||
pkgname=icu55
|
pkgname=icu55
|
||||||
version=55.1
|
version=55.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=icu
|
wrksrc=icu
|
||||||
build_wrksrc=source
|
build_wrksrc=source
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -25,7 +25,7 @@ pre_configure() {
|
||||||
(
|
(
|
||||||
cd host-build
|
cd host-build
|
||||||
env CC=cc LD=ld CXX=g++ AR=ar RANLIB=ranlib \
|
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=/
|
../configure --prefix=/
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
mkdir -p ${wrksrc}/host-icu/config
|
mkdir -p ${wrksrc}/host-icu/config
|
||||||
|
|
Loading…
Add table
Reference in a new issue