Date: Tuesday, September 17, 2013 @ 08:28:12 Author: heftig Revision: 194512
try to fix api key Modified: firefox/trunk/PKGBUILD firefox/trunk/mozconfig -----------+ PKGBUILD | 1 + mozconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-17 06:12:45 UTC (rev 194511) +++ PKGBUILD 2013-09-17 06:28:12 UTC (rev 194512) @@ -73,6 +73,7 @@ export PATH="$srcdir/path:$PATH" export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox" export PYTHON="/usr/bin/python2" + export GOOGLE_API_KEYFILE="$PWD/google-api-key" # Work around memory address space exhaustion during linking on i686 if [[ $CARCH == i686 ]]; then Modified: mozconfig =================================================================== --- mozconfig 2013-09-17 06:12:45 UTC (rev 194511) +++ mozconfig 2013-09-17 06:28:12 UTC (rev 194512) @@ -4,7 +4,7 @@ ac_add_options --libdir=/usr/lib ac_add_options --enable-official-branding -ac_add_options --with-google-api-keyfile=google-api-key +ac_add_options --with-google-api-keyfile="$GOOGLE_API_KEYFILE" # System libraries ac_add_options --with-system-nspr
