aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabber/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/jabber/files/patch-configure')
-rw-r--r--net-im/jabber/files/patch-configure13
1 files changed, 11 insertions, 2 deletions
diff --git a/net-im/jabber/files/patch-configure b/net-im/jabber/files/patch-configure
index 89cd51559276..57a16dcd4023 100644
--- a/net-im/jabber/files/patch-configure
+++ b/net-im/jabber/files/patch-configure
@@ -8,6 +8,15 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
+@@ -21878,7 +21879,7 @@
+ echo "${ECHO_T}yes" >&6; }
+ hasgnutlsextra=yes
+ fi
+-if test $hasgnutls = "yes" ; then
++if test $hasgnutlsextra = "yes" ; then
+ CPPFLAGS="$CPPFLAGS $GNUTLSEXTRA_CFLAGS"
+ LDFLAGS="$LDFLAGS $GNUTLSEXTRA_LIBS"
+
@@ -22554,7 +22555,7 @@
if test "${with_mysql+set}" = set; then
withval=$with_mysql; mysql=$withval
@@ -15,7 +24,7 @@
- mysql=yes
+ mysql=no
fi
-
+
if test "$mysql" != "no"; then
@@ -22778,7 +22779,7 @@
if test "${with_postgresql+set}" = set; then
@@ -24,7 +33,7 @@
- postgresql=yes
+ postgresql=no
fi
-
+
if test "$postgresql" != "no"; then
@@ -22787,8 +22788,8 @@
CPPFLAGS="${CPPFLAGS} -I$postgresql/include"