Displaying 2 results from an estimated 2 matches for "dno_pcre".
2012 Mar 25
2
build postfix rpm with mysql
...3.4 (and later?)
CCARGS="${CCARGS} -DHAS_PCRE -I/usr/include/pcre"
AUXLIBS="${AUXLIBS} -lpcre"
%else
# we need to explicitly disable pcre unless asked for, otherwise it will
# be included if present on the build system. This may cause problems.
CCARGS="${CCARGS} -DNO_PCRE"
%endif
# Postfix compiles without needing zlib on RedHat's mysql package, but
# requires zlib when using MySQL's package or if using a locally installed
# MySQL binary.
%if %{with_mysql} || %{with_mysql_redhat}
CCARGS="${CCARGS} -DHAS_MYSQL -I/usr/include/mysql"
AUXLIBS...
2011 Nov 19
4
build postfix spec w/ mysql
...3.4 (and later?)
CCARGS="${CCARGS} -DHAS_PCRE -I/usr/include/pcre"
AUXLIBS="${AUXLIBS} -lpcre"
%else
# we need to explicitly disable pcre unless asked for, otherwise it will
# be included if present on the build system. This may cause problems.
CCARGS="${CCARGS} -DNO_PCRE"
%endif
# Postfix compiles without needing zlib on RedHat's mysql package, but
# requires zlib when using MySQL's package or if using a locally installed
# MySQL binary.
%if %{with_mysql} || %{with_mysql_redhat}
CCARGS="${CCARGS} -DHAS_MYSQL -I/usr/include/mysql"
AUXLIBS...