Displaying 2 results from an estimated 2 matches for "sasl_lib_dir".
2012 Mar 25
2
build postfix rpm with mysql
...include}"
AUXLIBS="${AUXLIBS} -L%{mysql_lib} -lmysqlclient -lm"
%endif
%if %{with_pgsql}
CCARGS="${CCARGS} -DHAS_PGSQL -I/usr/include/pgsql"
AUXLIBS="${AUXLIBS} -lpq -lcrypt"
%endif
%if %{with_sasl}
if [ "%{with_sasl}" -le 1 ]; then
%define sasl_lib_dir %{_libdir}/sasl
CCARGS="${CCARGS} -DUSE_SASL_AUTH -DUSE_CYRUS_SASL"
AUXLIBS="${AUXLIBS} -L%{sasl_lib_dir} -lsasl"
else
%define sasl_lib_dir %{_libdir}/sasl2
CCARGS="${CCARGS} -I/usr/include/sasl -DUSE_SASL_AUTH -DUSE_CYRUS_SASL"
AUXLIBS="${AU...
2011 Nov 19
4
build postfix spec w/ mysql
...include}"
AUXLIBS="${AUXLIBS} -L%{mysql_lib} -lmysqlclient -lm"
%endif
%if %{with_pgsql}
CCARGS="${CCARGS} -DHAS_PGSQL -I/usr/include/pgsql"
AUXLIBS="${AUXLIBS} -lpq -lcrypt"
%endif
%if %{with_sasl}
if [ "%{with_sasl}" -le 1 ]; then
%define sasl_lib_dir %{_libdir}/sasl
CCARGS="${CCARGS} -DUSE_SASL_AUTH -DUSE_CYRUS_SASL"
AUXLIBS="${AUXLIBS} -L%{sasl_lib_dir} -lsasl"
else
%define sasl_lib_dir %{_libdir}/sasl2
CCARGS="${CCARGS} -I/usr/include/sasl -DUSE_SASL_AUTH -DUSE_CYRUS_SASL"
AUXLIBS="${AU...