|
|
|
@ -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 && { |
|
|
|
|