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, 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 523ceaaeb..000000000
--- a/meta/packages/opensync/libopensync/no-werror.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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')