summaryrefslogtreecommitdiffstats
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, 0 insertions, 13 deletions
diff --git a/meta/packages/opensync/libopensync/no-werror.patch b/meta/packages/opensync/libopensync/no-werror.patch
deleted file mode 100644
index 523ceaaeb5..0000000000
--- a/meta/packages/opensync/libopensync/no-werror.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Index: trunk/build/linux/osync_build.py
2===================================================================
3--- trunk.orig/build/linux/osync_build.py 2007-04-25 13:28:44.000000000 +0200
4+++ trunk/build/linux/osync_build.py 2007-04-25 13:28:54.000000000 +0200
5@@ -48,7 +48,7 @@
6 env.ParseConfig('pkg-config --cflags --libs libxml-2.0')
7 env.ParseConfig('pkg-config --cflags --libs sqlite3')
8 env.Append(CCFLAGS = r'-I.')
9- env.Append(CCFLAGS = [r'-Wall', r'-Werror'])
10+ env.Append(CCFLAGS = [r'-Wall'])
11
12 testenv = env.Copy()
13 testenv.Append(CCFLAGS = r'-I' + testenv.GetLaunchDir() + '/tests')