Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2001 13:50:05 -0800 (PST)
From:      "Renaud Waldura" <renaud@waldura.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/25967: Postfix port links against the static MySQL client library
Message-ID:  <200103212150.f2LLo5U25894@freefall.freebsd.org>

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

From: "Renaud Waldura" <renaud@waldura.org>
To: "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc: <freebsd-gnats-submit@FreeBSD.org>
Subject: Re: ports/25967: Postfix port links against the static MySQL client library
Date: Wed, 21 Mar 2001 13:45:41 -0800

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_0019_01C0B20D.38176470
 Content-Type: text/plain;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 
 Here is a patch against postfix-current (attached to preserve tabs etc.)
 
 --Renaud
 
 
 ------=_NextPart_000_0019_01C0B20D.38176470
 Content-Type: text/plain;
 	name="patch.txt"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="patch.txt"
 
 --- /usr/ports/mail/postfix-current/scripts/configure.postfix	Mon Mar  5 =
 14:15:25 2001
 +++ configure.postfix	Wed Mar 21 13:17:49 2001
 @@ -89,9 +89,9 @@
  			echo "POSTFIX_AUXLIBS+=3D	-L\${LOCALBASE}/lib -ldb3"
  			;;
  		\"MySQL\")
 -			echo "BUILD_DEPENDS+=3D	=
 \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-=
 client"
 +			echo "BUILD_DEPENDS+=3D	=
 \${LOCALBASE}/lib/mysql/libmysqlclient.so:\${PORTSDIR}/databases/mysql323=
 -client"
  			echo "POSTFIX_CCARGS+=3D	-DHAS_MYSQL -I\${LOCALBASE}/include/mysql"
 -			echo "POSTFIX_AUXLIBS+=3D	\${LOCALBASE}/lib/mysql/libmysqlclient.a =
 -lm -lz"
 +			echo "POSTFIX_AUXLIBS+=3D	-L\${LOCALBASE}/lib/mysql -lmysqlclient =
 -lm -lz"
  			;;
  		\"OpenLDAP\")
  			echo "CONF2+=3D		sample-ldap.cf"
 
 ------=_NextPart_000_0019_01C0B20D.38176470--
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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