mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00: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/zlib.patch
Normal file
13
meta/packages/opensync/libopensync/zlib.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: trunk/opensync/SConscript
|
||||
===================================================================
|
||||
--- trunk.orig/opensync/SConscript 2007-04-25 14:08:21.000000000 +0200
|
||||
+++ trunk/opensync/SConscript 2007-04-25 14:08:40.000000000 +0200
|
||||
@@ -149,6 +149,8 @@
|
||||
gmodule-2.0
|
||||
libxml2
|
||||
sqlite3
|
||||
+z
|
||||
+m
|
||||
"""
|
||||
|
||||
libopensync = env.SharedLibrary('opensync', Split(sources), LIBS = Split(Libraries))
|
||||
Reference in New Issue
Block a user