summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-08-13 09:51:45 +0000
committer Eric Hameleers <alien@slackware.com>2015-08-13 09:51:45 +0000
commit3162fbd24dd4ee5211a220d64f3a465bec2cc6e9 (patch)
treec82dcec23cb13e35e38d88ac5820211d525d2bca /chromium-dev
parent684f5dd3cea1ba600f87d3d76b74edd735f5886b (diff)
downloadasb-3162fbd24dd4ee5211a220d64f3a465bec2cc6e9.tar.gz
asb-3162fbd24dd4ee5211a220d64f3a465bec2cc6e9.tar.xz
chromium-dev: fix a build failure. Explicitly build the pdf driver.
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium-dev.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium-dev/build/chromium-dev.SlackBuild b/chromium-dev/build/chromium-dev.SlackBuild
index 19745ba8..7a78172e 100755
--- a/chromium-dev/build/chromium-dev.SlackBuild
+++ b/chromium-dev/build/chromium-dev.SlackBuild
@@ -418,6 +418,9 @@ fi
third_party/libaddressinput/chromium/tools/update-strings.py \
2>&1 | tee $OUTPUT/update_strings-${PRGNAM}.log
+# Do not make the build fail, see https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/9JX1N2nf4PU/discussion :
+touch chrome/test/data/webui/i18n_process_css_test.html
+
# Unbundle the libraries which we use from the system:
build/linux/unbundle/replace_gyp_files.py "${_chromium_conf[@]}" \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
@@ -426,7 +429,7 @@ build/gyp_chromium --depth=. "${_chromium_conf[@]}" \
2>&1 | tee $OUTPUT/gyp-${PRGNAM}.log
# Compile everything:
ninja $NUMJOBS -C out/Release \
- chrome chrome_sandbox chromedriver widevinecdmadapter clearkeycdm
+ pdf chrome chrome_sandbox chromedriver widevinecdmadapter clearkeycdm \
2>&1 | tee $OUTPUT/ninja-${PRGNAM}.log
# Manually install everything: