From a60e9a4995919f87bf64e80e7505ee5b43b728be Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Fri, 17 Dec 2010 16:37:06 +0100 Subject: [PATCH] postfix: slight changes for new mysql version --- mail/postfix/postfix.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/postfix/postfix.conf b/mail/postfix/postfix.conf index 81be46de8..521b060c0 100644 --- a/mail/postfix/postfix.conf +++ b/mail/postfix/postfix.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../postfix/postfix.conf -# Copyright (C) 2008 The OpenSDE Project +# Copyright (C) 2008 - 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -24,9 +24,9 @@ pkg_postfix_premake() { var_append AUXLIBS ' ' "-L$( pkgprefix libdir openldap ) -lldap -llber" } pkginstalled mysql && { - var_append CCARGS ' ' "-DHAS_MYSQL -I$( pkgprefix includedir mysql )/mysql -R$( pkgprefix libdir mysql )/mysql" - var_append AUXLIBS ' ' "-L$( pkgprefix libdir mysql )/mysql -lmysqlclient -lz -lm" - var_append LD_RUN_PATH ':' "$( pkgprefix libdir mysql )/mysql" + var_append CCARGS ' ' "-DHAS_MYSQL -I$( pkgprefix includedir mysql ) -R$( pkgprefix libdir mysql )" + var_append AUXLIBS ' ' "-L$( pkgprefix libdir mysql ) -lmysqlclient -lz -lm" + var_append LD_RUN_PATH ':' "$( pkgprefix libdir mysql )" export LD_RUN_PATH } pkginstalled openssl && {