Browse Source

as of 2.3.x postfix needs an additional parameter during build time to enable the old behavior of using cyrus sasl

master
Thorsten Hohmeier 19 years ago committed by Ralf S. Engelschall
parent
commit
c202874455
  1. 4
      postfix/postfix.spec

4
postfix/postfix.spec

@ -38,7 +38,7 @@ Class: BASE
Group: Mail Group: Mail
License: IPL License: IPL
Version: %{V_postfix} Version: %{V_postfix}
Release: 20061102 Release: 20061124
# package options # package options
%option with_fsl yes %option with_fsl yes
@ -182,7 +182,7 @@ Conflicts: exim, sendmail, ssmtp
AUXLIBS="$AUXLIBS -lpq -lssl -lcrypto -lcrypt" AUXLIBS="$AUXLIBS -lpq -lssl -lcrypto -lcrypt"
%endif %endif
%if "%{with_sasl}" == "yes" %if "%{with_sasl}" == "yes"
CCARGS="$CCARGS -DUSE_SASL_AUTH %{l_cppflags sasl .}" CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL %{l_cppflags sasl .}"
AUXLIBS="$AUXLIBS -lsasl2 -lcrypt" AUXLIBS="$AUXLIBS -lsasl2 -lcrypt"
if [ -f /usr/lib/libdl.so -o -f /usr/lib/libdl.a ]; then if [ -f /usr/lib/libdl.so -o -f /usr/lib/libdl.a ]; then
AUXLIBS="$AUXLIBS -ldl" AUXLIBS="$AUXLIBS -ldl"

Loading…
Cancel
Save