File libopensync-plugin-syncml-build.patch of Package libopensync-plugin-syncml
--- configure.ac
+++ configure.ac
@@ -34,7 +34,7 @@
AC_ARG_ENABLE(http, AC_HELP_STRING([--disable-http],[disable http support]),enable_http=$enableval, enable_http=auto)
if test x$enable_http != xno; then
- PKG_CHECK_MODULES(LIBSOUP, libsoup-2.2 >= 2.2.91, HAVE_LIBSOUP=yes, HAVE_LIBSOUP=no)
+ PKG_CHECK_MODULES(LIBSOUP, libsoup-2.4 >= 2.3.0, HAVE_LIBSOUP=yes, HAVE_LIBSOUP=no)
if test "x${HAVE_LIBSOUP}" = "xyes"; then
AC_SUBST(LIBSOUP_CFLAGS)
AC_SUBST(LIBSOUP_LIBS)