packages: loudmouth/loudmouth-use-gnutls-pc.patch (NEW) - use gnutls.pc ins...
megabajt
megabajt at pld-linux.org
Sat Oct 24 15:12:23 CEST 2009
Author: megabajt Date: Sat Oct 24 13:12:23 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- use gnutls.pc instead of libgnutls-config
---- Files affected:
packages/loudmouth:
loudmouth-use-gnutls-pc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/loudmouth/loudmouth-use-gnutls-pc.patch
diff -u /dev/null packages/loudmouth/loudmouth-use-gnutls-pc.patch:1.1
--- /dev/null Sat Oct 24 15:12:23 2009
+++ packages/loudmouth/loudmouth-use-gnutls-pc.patch Sat Oct 24 15:12:17 2009
@@ -0,0 +1,12 @@
+diff -urN loudmouth-1.4.3/configure.ac loudmouth-1.4.3.new/configure.ac
+--- loudmouth-1.4.3/configure.ac 2008-10-29 21:23:52.000000000 +0100
++++ loudmouth-1.4.3.new/configure.ac 2009-10-24 14:59:47.623887421 +0200
+@@ -146,7 +146,7 @@
+ enable_ssl=no
+ if test "x$ac_ssl" = "xgnutls"; then
+ dnl Look for GnuTLS
+- AM_PATH_LM_LIBGNUTLS($GNUTLS_REQUIRED, have_libgnutls=yes, have_libgnutls=no)
++ PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= $GNUTLS_REQUIRED, have_libgnutls=yes, have_libgnutls=no)
+ if test "x$have_libgnutls" = "xyes"; then
+ CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
+ LIBS="$LIBS $LIBGNUTLS_LIBS"
================================================================
More information about the pld-cvs-commit
mailing list