From 53348cb980b9789aa979ad211131fd4886d6cadf Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Mon, 26 Mar 2001 04:43:28 +0000 Subject: Revert previous commit. sendmail_enable="YES" in rc.conf executes /usr/sbin/sendmail at startup. But mysql-client.sh is not yet executed at that stage. --- mail/postfix22/scripts/configure.postfix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/postfix22/scripts') diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix index 84584af97b0f..0931ca92ea79 100644 --- a/mail/postfix22/scripts/configure.postfix +++ b/mail/postfix22/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.5 2001-03-24 01:41:51 kuriyama Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.6 2001-03-26 04:43:28 kuriyama Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -104,9 +104,9 @@ while [ "$1" ]; do echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; \"MySQL\") - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.so:\${PORTSDIR}/databases/mysql323-client" + echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib/mysql -lmysqlclient -lm -lz" + echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" ;; \"OpenLDAP\") echo "CONF2+= sample-ldap.cf" -- cgit v1.2.3