mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
chromium: unbreak
This commit is contained in:
parent
032f9dbaa7
commit
e7bb6e2646
1 changed files with 1 additions and 4 deletions
|
@ -10,9 +10,6 @@ license="BSD-3-Clause"
|
|||
distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
|
||||
checksum=e3391560e73e25fb4afc3f2dd5616607e2dbfc58aa88251a2c5d6b7096fe9e35
|
||||
|
||||
# https://build.voidlinux.eu/builders/x86_64_builder/builds/11922/steps/shell_3/logs/stdio
|
||||
broken="bootstrap.py: error: Unrecognized command line arguments"
|
||||
|
||||
only_for_archs="i686 x86_64 x86_64-musl"
|
||||
lib32disabled=yes
|
||||
nodebug=yes
|
||||
|
@ -133,7 +130,7 @@ do_configure() {
|
|||
esac
|
||||
|
||||
AR="ar" CC=$CC_FOR_BUILD CXX=$CXX_FOR_BUILD LD=$CXX_FOR_BUILD \
|
||||
python2 tools/gn/bootstrap/bootstrap.py -v \
|
||||
python2 tools/gn/bootstrap/bootstrap.py -s -v \
|
||||
--gn-gen-args "${bootstrap_conf}"
|
||||
|
||||
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
|
||||
|
|
Loading…
Add table
Reference in a new issue