mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
chromium: enable google api keys provided by mrneilypops.
This commit is contained in:
parent
c5d509e61c
commit
160f39c38b
1 changed files with 9 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=chromium
|
pkgname=chromium
|
||||||
#See http://www.chromium.org/developers/calendar for the latest version
|
#See http://www.chromium.org/developers/calendar for the latest version
|
||||||
version=29.0.1547.57
|
version=29.0.1547.57
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.chromium.org/"
|
homepage="http://www.chromium.org/"
|
||||||
|
@ -34,7 +34,14 @@ do_configure() {
|
||||||
|
|
||||||
export LD="$CXX"
|
export LD="$CXX"
|
||||||
|
|
||||||
# Never tell the build system to "enable" SSE2, it has a few unexpected
|
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
|
||||||
|
# Note: These are for Void Linux use ONLY.
|
||||||
|
conf+="
|
||||||
|
-Dgoogle_api_key=AIzaSyCIFdBA7eQP43R6kXRwTq7j6Mvj1ITze90
|
||||||
|
-Dgoogle_default_client_id=858256686058.apps.googleusercontent.com
|
||||||
|
-Dgoogle_default_client_secret=sMVx271L_MAz23TW2ek3AASn"
|
||||||
|
|
||||||
|
# Never tell the build system to "enable" SSE2, it has a few unexpected issues.
|
||||||
conf+=" -Ddisable_sse2=1"
|
conf+=" -Ddisable_sse2=1"
|
||||||
|
|
||||||
# Disable glibc Native Client toolchain, we don't need it (bug #417019).
|
# Disable glibc Native Client toolchain, we don't need it (bug #417019).
|
||||||
|
|
Loading…
Add table
Reference in a new issue