Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2001 19:34:33 -0600 (CST)
From:      mdharnois@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25157: postfix-current fails if MySQL is specified
Message-ID:  <20010217013433.EFD5F14A2D@c1030098-a.wtrlo1.ia.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         25157
>Category:       ports
>Synopsis:       postfix-current fails if MySQL is specified
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 16 17:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Harnois
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mharnois.workgroup.net 5.0-CURRENT FreeBSD 5.0-CURRENT #13: Fri Feb 16 07:46:08 CST 2001 mdharnois@mharnois.workgroup.net:/usr/src/sys/compile/MYKERNEL i386


	
>Description:

postfix-current does not build when MySQL support is included because
mysql323-client requires libz 

>How-To-Repeat:

make with the specified option

>Fix:

--- configure.postfix.orig	Fri Feb 16 01:31:55 2001
+++ configure.postfix	Fri Feb 16 19:30:43 2001
@@ -91,7 +91,7 @@
 		\"MySQL\")
 			echo "BUILD_DEPENDS+=	\${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client"
 			echo "POSTFIX_CCARGS+=	-DHAS_MYSQL -I\${LOCALBASE}/include/mysql"
-			echo "POSTFIX_AUXLIBS+=	\${LOCALBASE}/lib/mysql/libmysqlclient.a -lm"
+			echo "POSTFIX_AUXLIBS+=	\${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz"
 			;;
 		\"OpenLDAP\")
 			echo "CONF2+=		sample-ldap.cf"

>Release-Note:
>Audit-Trail:
>Unformatted:


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?20010217013433.EFD5F14A2D>