From 6c96c5299d02cc3dc5fdb0a5b0f5d5323df07080 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 31 Aug 2014 10:26:53 +0000 Subject: We need to carry a few patches --- chromium-dev/build/chromium-dev.SlackBuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'chromium-dev') 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 +# 31/aug/2014 by Eric Hameleers # * 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}'|" \ -- cgit v1.2.3-79-gdb01