summaryrefslogtreecommitdiffstats
path: root/chromium-dev/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-11-18 23:15:11 +0000
committer Eric Hameleers <alien@slackware.com>2013-11-18 23:15:11 +0000
commit1b905337da02324941237fd370e0771fb4a3ef50 (patch)
tree11868dbff2bda7d41fde599563eaf6aa0333afd7 /chromium-dev/build
parent4fe1629b29501f10770c3209625d9ec26e0f175e (diff)
downloadasb-1b905337da02324941237fd370e0771fb4a3ef50.tar.gz
asb-1b905337da02324941237fd370e0771fb4a3ef50.tar.xz
Adapt for Slackware's libelf header location
Diffstat (limited to 'chromium-dev/build')
-rwxr-xr-xchromium-dev/build/chromium.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium-dev/build/chromium.SlackBuild b/chromium-dev/build/chromium.SlackBuild
index c54653a2..cefa5dc4 100755
--- a/chromium-dev/build/chromium.SlackBuild
+++ b/chromium-dev/build/chromium.SlackBuild
@@ -216,6 +216,9 @@ touch $OUTPUT/patch-${PRGNAM}.log
# Fix build with system ICU (patch from Gentoo)
cat $SRCDIR/patches/chromium-system-icu-r0.patch | patch -Np0 --verbose \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+# Adapt for Slackware's libelf include file location:
+cat $SRCDIR/patches/chromium_libelf_includes.patch | patch -p0 --verbose \
+ 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .