aboutsummaryrefslogtreecommitdiffstats
path: root/testing/go/no-werror.patch
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-04-10 10:57:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-04-11 13:04:37 +0000
commitabfdfd32d2c6818c467d6255f035bf0254bd8350 (patch)
tree02b9e246a3ac02da67ef8e80cb11aadec3a94231 /testing/go/no-werror.patch
parent683515962c34e476f97d6079926612be9cab0d37 (diff)
downloadaports-abfdfd32d2c6.tar.bz2
aports-abfdfd32d2c6.tar.xz
testing/go: new aport
Diffstat (limited to 'testing/go/no-werror.patch')
-rw-r--r--testing/go/no-werror.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/go/no-werror.patch b/testing/go/no-werror.patch
new file mode 100644
index 0000000000..01f183edb0
--- /dev/null
+++ b/testing/go/no-werror.patch
@@ -0,0 +1,10 @@
+--- a/src/cmd/dist/build.c
++++ b/src/cmd/dist/build.c
+@@ -384,7 +384,6 @@ static char *proto_gccargs[] = {
+ "-Wno-switch",
+ "-Wno-comment",
+ "-Wno-missing-field-initializers",
+- "-Werror",
+ "-fno-common",
+ "-ggdb",
+ "-pipe",