diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-25 12:39:49 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-25 12:39:49 +0000 |
commit | b6e43a2e89bcfd40dac884639d6560f15aaf1a1e (patch) | |
tree | c4470d939417057c5bb235c205cf679af9e6ccf0 /meta/packages/opensync/libopensync/no-werror.patch | |
parent | caf3b5b1bc3733abcf7a180a411b23d37ab9295c (diff) | |
download | poky-b6e43a2e89bcfd40dac884639d6560f15aaf1a1e.tar.gz |
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
Diffstat (limited to 'meta/packages/opensync/libopensync/no-werror.patch')
-rw-r--r-- | meta/packages/opensync/libopensync/no-werror.patch | 13 |
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 0000000000..523ceaaeb5 --- /dev/null +++ b/meta/packages/opensync/libopensync/no-werror.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: 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') | ||