[evolution-patches] Patch to fix libsoup build



The current libsoup fails to build on solaris if you are using NSS or
OpenSSL, due to a missing separator in Makefile.am. This patch fixes
that problem and appends .99 to the version number in cvs.

-- dobey

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libsoup/ChangeLog,v
retrieving revision 1.296
diff -u -r1.296 ChangeLog
--- ChangeLog	11 Apr 2003 17:02:26 -0000	1.296
+++ ChangeLog	20 Apr 2003 16:16:29 -0000
@@ -1,3 +1,8 @@
+2003-04-20  Rodney Dawes  <dobey ximian com>
+
+	* configure.in: Up version to 1.99.17.99
+	* libsoup/Makefile.am: Line separator after GNUTLS_CFLAGS
+	
 2003-04-11  Dan Winship  <danw ximian com>
 
 	* libsoup/soup-context.c (soup_connection_purge_idle): New
Index: configure.in
===================================================================
RCS file: /cvs/gnome/libsoup/configure.in,v
retrieving revision 1.80
diff -u -r1.80 configure.in
--- configure.in	9 Apr 2003 20:39:05 -0000	1.80
+++ configure.in	20 Apr 2003 16:16:29 -0000
@@ -4,7 +4,7 @@
 
 AC_INIT(libsoup/soup.h)
 
-AM_INIT_AUTOMAKE(libsoup, 1.99.17)
+AM_INIT_AUTOMAKE(libsoup, 1.99.17.99)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 AC_PROG_MAKE_SET
Index: libsoup/Makefile.am
===================================================================
RCS file: /cvs/gnome/libsoup/libsoup/Makefile.am,v
retrieving revision 1.40
diff -u -r1.40 Makefile.am
--- libsoup/Makefile.am	10 Mar 2003 22:44:02 -0000	1.40
+++ libsoup/Makefile.am	20 Apr 2003 16:16:30 -0000
@@ -7,7 +7,7 @@
 	-I$(top_srcdir)			\
 	$(SOUP_DEBUG_FLAGS)		\
 	$(GLIB_CFLAGS)			\
-	$(GNUTLS_CFLAGS)
+	$(GNUTLS_CFLAGS)		\
 	$(NSS_CFLAGS)			\
 	$(OPENSSL_CFLAGS)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]