Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Sep 2005 07:40:25 GMT
From:      Blaz Zupan <blaz@si.FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/85678: Configure fails when upgrading to nagios-plugins-1.4.1_1, 1
Message-ID:  <200509030740.j837ePpr091382@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/85678; it has been noted by GNATS.

From: Blaz Zupan <blaz@si.FreeBSD.org>
To: Bryan Fullerton <fehwalker@gmail.com>
Cc: FreeBSD-gnats-submit@freebsd.org, bugsgrief@bugsgrief.net
Subject: Re: ports/85678: Configure fails when upgrading to nagios-plugins-1.4.1_1,1
Date: Sat, 3 Sep 2005 09:32:39 +0200 (CEST)

 > Configure fails -- looks like something wiggy with the -L arguments passed.
 
 Please try the following patch, submitted to me by bugsgrief@bugsgrief.net, 
 and report if it works:
 
 Index: ports/net-mgmt/nagios-plugins/files/patch-configure.in
 ===================================================================
 RCS file: /cvsup/cvs/fbsd/ports/net-mgmt/nagios-plugins/files/patch-configure.in,v
 retrieving revision 1.13
 diff -u -r1.13 patch-configure.in
 --- ports/net-mgmt/nagios-plugins/files/patch-configure.in      2 Sep 2005 12:55:55 -0000       1.13
 +++ ports/net-mgmt/nagios-plugins/files/patch-configure.in      3 Sep 2005 00:02:25 -0000
 @@ -28,8 +28,8 @@
      if test -n "$PGSQL"; then
   -    LDFLAGS="$LDFLAGS -L$PGSQL/lib"
   -    CPPFLAGS="$CPPFLAGS -I$PGSQL/include"
 -+    LDFLAGS="{$LDFLAGS} -L$PGSQL/lib"
 -+    CPPFLAGS="{$CPPFLAGS} -I$PGSQL/include"
 ++    LDFLAGS="${LDFLAGS} -L$PGSQL/lib"
 ++    CPPFLAGS="${CPPFLAGS} -I$PGSQL/include"
      fi
      AC_CHECK_LIB(pq,PQsetdbLogin,,,-lcrypt)
      if test "$ac_cv_lib_pq_PQsetdbLogin" = "yes"; then
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509030740.j837ePpr091382>