mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
libopensync: make SVN version buildable (disabled by default)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1556 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
meta/packages/opensync/libopensync/no-werror.patch
Normal file
13
meta/packages/opensync/libopensync/no-werror.patch
Normal file
@@ -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')
|
||||
Reference in New Issue
Block a user