Displaying 4 results from an estimated 4 matches for "mysql_includ".
Did you mean:
mysql_include
2010 Aug 04
5
v2.0.rc4 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig
I'm planning to release rc5 maybe this Friday or weekend, and if there
are no serious bugs just change the version number to v2.0.0 a day or
two later.
Largest changes since rc3:
+ director: Added director_doveadm_port for accepting doveadm
TCP connections.
+
2010 Aug 04
5
v2.0.rc4 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig
I'm planning to release rc5 maybe this Friday or weekend, and if there
are no serious bugs just change the version number to v2.0.0 a day or
two later.
Largest changes since rc3:
+ director: Added director_doveadm_port for accepting doveadm
TCP connections.
+
2012 Mar 25
2
build postfix rpm with mysql
..._dist %{build_name}-%{build_major}.%{build_minor}
%define mps %(test "%{build_name}" = mandrake -a "%{build_major}" -ge
8 && echo .bz2 || echo .gz)
%define mysql_paths 0
%define mysql_local %(test "%{mysql_paths}" != 0 && echo 1 || echo 0)
%define mysql_include %(echo "%{mysql_paths}" | cut -d: -f1)
%define mysql_lib %(echo "%{mysql_paths}" | cut -d: -f2)
# determine PCRE library based on distribution name
%define pcre_requires %(test %{build_dist} = mandrake && echo libpcre0
|| echo pcre)
# determine SASL library based on dis...
2011 Nov 19
4
build postfix spec w/ mysql
..._dist %{build_name}-%{build_major}.%{build_minor}
%define mps %(test "%{build_name}" = mandrake -a "%{build_major}" -ge 8 && echo .bz2 || echo .gz)
%define mysql_paths 0
%define mysql_local %(test "%{mysql_paths}" != 0 && echo 1 || echo 0)
%define mysql_include %(echo "%{mysql_paths}" | cut -d: -f1)
%define mysql_lib %(echo "%{mysql_paths}" | cut -d: -f2)
# determine PCRE library based on distribution name
%define pcre_requires %(test %{build_dist} = mandrake && echo libpcre0 || echo pcre)
# determine SASL library based on dis...