mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
cross-powerpc-linux-gnu: set libexecdir correctly
This commit is contained in:
parent
8e8e90a078
commit
0519424ba7
1 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.33
|
version=0.33
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
|
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
|
||||||
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
|
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
|
||||||
homepage="http://www.voidlinux.org"
|
homepage="http://www.voidlinux.org"
|
||||||
|
@ -191,7 +191,6 @@ _glibc_build() {
|
||||||
export CFLAGS="-O1 -pipe ${_archflags}"
|
export CFLAGS="-O1 -pipe ${_archflags}"
|
||||||
|
|
||||||
_args="--prefix=/usr"
|
_args="--prefix=/usr"
|
||||||
_args+=" --libdir=/usr/lib"
|
|
||||||
_args+=" --host=${_triplet}"
|
_args+=" --host=${_triplet}"
|
||||||
_args+=" --with-headers=${_sysroot}/usr/include"
|
_args+=" --with-headers=${_sysroot}/usr/include"
|
||||||
_args+=" --config-cache"
|
_args+=" --config-cache"
|
||||||
|
@ -233,7 +232,7 @@ _gcc_build() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_args="--prefix=/usr"
|
_args="--prefix=/usr"
|
||||||
_args+=" --libdir=/usr/lib"
|
_args+=" --libexecdir=/usr/lib"
|
||||||
_args+=" --target=${_triplet}"
|
_args+=" --target=${_triplet}"
|
||||||
_args+=" --with-sysroot=${_sysroot}"
|
_args+=" --with-sysroot=${_sysroot}"
|
||||||
_args+=" --enable-languages=c,ada,c++,objc,obj-c++,go,fortran,lto"
|
_args+=" --enable-languages=c,ada,c++,objc,obj-c++,go,fortran,lto"
|
||||||
|
|
Loading…
Add table
Reference in a new issue