binutils: pass --enable-multilib.
--HG-- extra : convert_revision : 3c0d3301aee27df74774353ee3d6d840bacff14a
This commit is contained in:
parent
ad20e91144
commit
159e450616
1 changed files with 11 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=binutils
|
|||
version=2.19
|
||||
distfiles="http://ftp.gnu.org/gnu/binutils/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-werror --enable-shared --disable-multilib
|
||||
configure_args="--disable-werror --enable-shared --enable-multilib
|
||||
--enable-64-bit-bfd"
|
||||
make_install_target="tooldir=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||
install prefix=$XBPS_DESTDIR/$pkgname-$version/usr"
|
||||
|
@ -24,3 +24,13 @@ long_desc="
|
|||
and other tools."
|
||||
|
||||
base_chroot=yes
|
||||
|
||||
post_install()
|
||||
{
|
||||
local destdir=$XBPS_DESTDIR/$pkgname-$version
|
||||
|
||||
if [ "$xbps_machine" = "x86_64" -a -d $destdir/usr/lib64 ]; then
|
||||
mv $destdir/usr/lib64/* $destdir/usr/lib
|
||||
rmdir $destdir/usr/lib64
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue