ports/85678: Configure fails when upgrading to nagios-plugins-1.4.1_1, 1
Blaz Zupan
blaz at si.FreeBSD.org
Sat Sep 3 07:40:26 UTC 2005
The following reply was made to PR ports/85678; it has been noted by GNATS.
From: Blaz Zupan <blaz at si.FreeBSD.org>
To: Bryan Fullerton <fehwalker at gmail.com>
Cc: FreeBSD-gnats-submit at freebsd.org, bugsgrief at 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 at 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
More information about the freebsd-ports-bugs
mailing list