summaryrefslogtreecommitdiff
path: root/meta/packages/opensync/libopensync/no-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/opensync/libopensync/no-werror.patch')
-rw-r--r--meta/packages/opensync/libopensync/no-werror.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/opensync/libopensync/no-werror.patch b/meta/packages/opensync/libopensync/no-werror.patch
new file mode 100644
index 000000000..523ceaaeb
--- /dev/null
+++ b/meta/packages/opensync/libopensync/no-werror.patch
@@ -0,0 +1,13 @@
+Index: trunk/build/linux/osync_build.py
+===================================================================
+--- trunk.orig/build/linux/osync_build.py 2007-04-25 13:28:44.000000000 +0200
++++ trunk/build/linux/osync_build.py 2007-04-25 13:28:54.000000000 +0200
+@@ -48,7 +48,7 @@
+ env.ParseConfig('pkg-config --cflags --libs libxml-2.0')
+ env.ParseConfig('pkg-config --cflags --libs sqlite3')
+ env.Append(CCFLAGS = r'-I.')
+- env.Append(CCFLAGS = [r'-Wall', r'-Werror'])
++ env.Append(CCFLAGS = [r'-Wall'])
+
+ testenv = env.Copy()
+ testenv.Append(CCFLAGS = r'-I' + testenv.GetLaunchDir() + '/tests')