diff options
Diffstat (limited to 'abs/extra/chromium/chromium-ppapi-r0.patch')
-rw-r--r-- | abs/extra/chromium/chromium-ppapi-r0.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/chromium/chromium-ppapi-r0.patch b/abs/extra/chromium/chromium-ppapi-r0.patch new file mode 100644 index 0000000..fb7e160 --- /dev/null +++ b/abs/extra/chromium/chromium-ppapi-r0.patch @@ -0,0 +1,11 @@ +--- ppapi/ppapi_untrusted.gyp.orig 2012-06-12 10:20:16.000000000 +0200 ++++ ppapi/ppapi_untrusted.gyp 2012-06-12 10:20:52.000000000 +0200 +@@ -80,7 +80,7 @@ + ], + }, + 'conditions': [ +- ['target_arch!="arm"', { ++ ['target_arch!="arm" and disable_glibc==0', { + 'variables': { + 'build_glibc': 1, + # NOTE: Use /lib, not /lib64 here; it is a symbolic link which |