chromium: try to unbreak armv7 cross build (take 1).
This commit is contained in:
parent
c904d1d483
commit
62a1ada727
1 changed files with 6 additions and 4 deletions
|
@ -13,7 +13,7 @@ checksum=b7597ce853528861d14a281f847cd5335cdce09984e42701e9b5f3bfe21fd190
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
|
|
||||||
hostmakedepends="yasm python pkg-config perl gperf bison ninja hwids"
|
hostmakedepends="yasm python pkg-config perl gperf bison ninja hwids icu-devel"
|
||||||
makedepends="libpng-devel>=1.6 gtk+-devel nss-devel pciutils-devel
|
makedepends="libpng-devel>=1.6 gtk+-devel nss-devel pciutils-devel
|
||||||
libXi-devel libgcrypt-devel libgnome-keyring-devel cups-devel elfutils-devel
|
libXi-devel libgcrypt-devel libgnome-keyring-devel cups-devel elfutils-devel
|
||||||
libXcomposite-devel speech-dispatcher-devel libXrandr-devel mit-krb5-devel
|
libXcomposite-devel speech-dispatcher-devel libXrandr-devel mit-krb5-devel
|
||||||
|
@ -25,10 +25,11 @@ makedepends="libpng-devel>=1.6 gtk+-devel nss-devel pciutils-devel
|
||||||
depends="hwids desktop-file-utils hicolor-icon-theme"
|
depends="hwids desktop-file-utils hicolor-icon-theme"
|
||||||
nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe"
|
nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe"
|
||||||
|
|
||||||
|
case "$XBPS_MACHINE" in
|
||||||
|
x86_64) hostmakedepends+=" gcc-c++-multilib";;
|
||||||
|
esac
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6l*) broken="http://build.voidlinux.eu:8010/builders/armv6l_builder/builds/8050/steps/shell_3/logs/stdio";;
|
armv6l*) broken="http://build.voidlinux.eu:8010/builders/armv6l_builder/builds/8050/steps/shell_3/logs/stdio";;
|
||||||
armv7l*) broken="http://build.voidlinux.eu:8010/builders/armv7l_builder/builds/8060/steps/shell_3/logs/stdio";;
|
|
||||||
x86_64) hostmakedepends+=" gcc-c++-multilib";;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
@ -157,7 +158,8 @@ do_configure() {
|
||||||
conf+=" -Dsysroot=${XBPS_CROSS_BASE}"
|
conf+=" -Dsysroot=${XBPS_CROSS_BASE}"
|
||||||
else
|
else
|
||||||
conf+=" -Dsysroot="
|
conf+=" -Dsysroot="
|
||||||
fi;;
|
fi
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
armv7*) conf+="
|
armv7*) conf+="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue