Date: Tue, 25 Aug 2009 17:46:57 GMT From: Robert Kruus <rob.kruus@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/138178: New gnutls (2.8.3) breaks freetds and freetds-devel build Message-ID: <200908251746.n7PHkvPI006328@www.freebsd.org> Resent-Message-ID: <200908251750.n7PHo1B2053498@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138178 >Category: misc >Synopsis: New gnutls (2.8.3) breaks freetds and freetds-devel build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 25 17:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Robert Kruus >Release: FreeBSD 7.2-RELEASE >Organization: Government of Saskatchewan >Environment: FreeBSD 412039H.gos.ca 7.2-RELEASE FreeBSD 7.2-RELEASE #4: Wed May 20 11:39:05 CST 2009 root@412039H.gos.ca:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The new version of gnutls no longer includes libgnutls-conifg which is aclled in the configure script of freetds-devel (and in freetds as well) Not sure if the patch applies to the older branch as well. >How-To-Repeat: >Fix: Patch the configure file Patch attached with submission follows: --- configure 2009-08-25 11:00:06.374277283 -0600 +++ configure 2009-08-25 11:00:39.785608891 -0600 @@ -22997,8 +22997,8 @@ #define HAVE_GNUTLS 1 _ACEOF - CPPFLAGS="$CPPFLAGS `libgnutls-config --cflags`" - NETWORK_LIBS="$NETWORK_LIBS `libgnutls-config --libs`" + CPPFLAGS="$CPPFLAGS `pkg-config gnutls --cflags`" + NETWORK_LIBS="$NETWORK_LIBS `pkg-config gnutls --libs`" else echo "$as_me:$LINENO: checking if openssl is wanted" >&5 echo $ECHO_N "checking if openssl is wanted... $ECHO_C" >&6 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908251746.n7PHkvPI006328>