summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-08-31 10:26:53 +0000
committer Eric Hameleers <alien@slackware.com>2014-08-31 10:26:53 +0000
commit6c96c5299d02cc3dc5fdb0a5b0f5d5323df07080 (patch)
tree2f6fb06b9390508d8a8034a4e59de2f7426274f9 /chromium-dev
parent04a6c553f2fded9f0472a9cd641e92c75e975f44 (diff)
downloadasb-6c96c5299d02cc3dc5fdb0a5b0f5d5323df07080.tar.gz
asb-6c96c5299d02cc3dc5fdb0a5b0f5d5323df07080.tar.xz
We need to carry a few patches
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium-dev.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/chromium-dev/build/chromium-dev.SlackBuild b/chromium-dev/build/chromium-dev.SlackBuild
index 93279e98..0c245f1b 100755
--- a/chromium-dev/build/chromium-dev.SlackBuild
+++ b/chromium-dev/build/chromium-dev.SlackBuild
@@ -36,7 +36,7 @@
# Needs:
# Changelog:
# 39.0.2138.3-1:
-# 27/aug/2014 by Eric Hameleers <alien@slackware.com>
+# 31/aug/2014 by Eric Hameleers <alien@slackware.com>
# * First build of the development channel of chromium.
#
# Run 'sh chromium-dev.SlackBuild' to build a Slackware package.
@@ -220,6 +220,13 @@ cd ${SRCNAM}-${VERSION}
# Patches:
touch $OUTPUT/patch-${PRGNAM}.log
+# Slackware specific patch:
+cat $SRCDIR/patches/chromium_libelf_includes.patch | patch -p0 --verbose \
+ 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+# Prevent crashes when accessing google.com and youtube.com just because
+# this is not an official build:
+cat $SRCDIR/patches/chromium_secure_referrer.patch | patch -p1 --verbose \
+ 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
# Save configuration in ~/.config/chromium-dev":
sed -e "s|'filename': 'chromium-browser'|'filename': '${PRGNAM}'|" \