summaryrefslogtreecommitdiffstats
path: root/chromium/build/patches
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-11-18 23:15:55 +0000
committer Eric Hameleers <alien@slackware.com>2013-11-18 23:15:55 +0000
commitc0a0e13b2f620a372e65440c984dd57a080e75dc (patch)
tree6003a2ef47ed53f3e9b6091ce4f7a285c046230f /chromium/build/patches
parent1b905337da02324941237fd370e0771fb4a3ef50 (diff)
downloadasb-c0a0e13b2f620a372e65440c984dd57a080e75dc.tar.gz
asb-c0a0e13b2f620a372e65440c984dd57a080e75dc.tar.xz
Initial revision
Diffstat (limited to 'chromium/build/patches')
-rw-r--r--chromium/build/patches/chromium_libelf_includes.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/build/patches/chromium_libelf_includes.patch b/chromium/build/patches/chromium_libelf_includes.patch
new file mode 100644
index 00000000..8e819c66
--- /dev/null
+++ b/chromium/build/patches/chromium_libelf_includes.patch
@@ -0,0 +1,13 @@
+--- native_client/src/trusted/service_runtime/linux/nacl_bootstrap_munge_phdr.c.orig 2013-11-16 01:22:50.000000000 +0100
++++ native_client/src/trusted/service_runtime/linux/nacl_bootstrap_munge_phdr.c 2013-11-19 00:04:46.354265032 +0100
+@@ -14,8 +14,8 @@
+ #include <errno.h>
+ #include <error.h>
+ #include <fcntl.h>
+-#include <gelf.h>
+-#include <libelf.h>
++#include <libelf/gelf.h>
++#include <libelf/libelf.h>
+ #include <stdlib.h>
+ #include <unistd.h>
+