mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
422 B
Diff
11 lines
422 B
Diff
--- 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
|