summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchromium-dev/build/chromium-dev.SlackBuild9
-rwxr-xr-xchromium/build/chromium-dev.SlackBuild9
2 files changed, 16 insertions, 2 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}'|" \
diff --git a/chromium/build/chromium-dev.SlackBuild b/chromium/build/chromium-dev.SlackBuild
index 93279e98..0c245f1b 100755
--- a/chromium/build/chromium-dev.SlackBuild
+++ b/chromium/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}'|" \