rpms/vorbis-tools/devel vorbis-tools-svn20070412-libcurl.patch, NONE, 1.1

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Wed May 16 17:35:27 UTC 2007


Author: caillon

Update of /cvs/extras/rpms/vorbis-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8015

Added Files:
	vorbis-tools-svn20070412-libcurl.patch 
Log Message:
* Wed May 16 2007 Christopher Aillon <caillon at redhat.com> 1:1.1.1.svn20070412-2.fc7
- Bring back support for http URLs which was broken with the previous update
  See https://bugzilla.redhat.com/240351


vorbis-tools-svn20070412-libcurl.patch:

--- NEW FILE vorbis-tools-svn20070412-libcurl.patch ---
--- vorbis-tools-1.1.1.svn20070412/configure.ac.libcurl	2007-05-16 13:04:09.000000000 -0400
+++ vorbis-tools-1.1.1.svn20070412/configure.ac	2007-05-16 12:56:40.000000000 -0400
@@ -165,6 +165,9 @@ if test "x$HAVE_PKG_CONFIG" = "xyes"; th
 else
   AM_PATH_CURL(HAVE_CURL=yes, HAVE_CURL=no; AC_MSG_WARN(libcurl missing))
 fi
+if test "x$HAVE_CURL" = "xyes"; then
+  AC_DEFINE(HAVE_CURL,1,[Defined if we have libcurl])
+fi
 
 if test "x$build_ogg123" = xyes; then
   AC_MSG_RESULT([checking for ogg123 requirements])




More information about the fedora-extras-commits mailing list