[Postfixbuch-users] Postfixkompilieren

Thomas Arndt thomas.arndt at netcologne.de
Mo Feb 7 11:49:37 CET 2005


Hallo Dieter,

hier nochmal mein Auszug aus der postfix.spec
Grüße und Allaf aus Köln
Thomas Arndt
# ---------------------------------------------------------------------------
%build
%if %{usetls}
patch -s -p 1 < %{tlsdir}/pfixtls.diff
%endif
export CCARGS="-DHAS_LDAP -DHAS_PCRE -DUSE_SASL_AUTH -I/usr/include/sasl"
export AUXLIBS="-lldap -llber -lpcre"
%if %suse_version > 810
export AUXLIBS="$AUXLIBS -lsasl2"
%else
export AUXLIBS="$AUXLIBS -lsasl"
%endif
%if %{usetls} || %{useipv6}
export AUXLIBS="$AUXLIBS -lssl -lcrypto"
%endif
%ifarch s390 ppc
export CCARGS="$CCARGS -fsigned-char"
%endif
%if %{usetls} || %{useipv6}
export CCARGS="$CCARGS -DHAS_SSL"
%endif
%if %{usesql}
export CCARGS="$CCARGS -DHAS_MYSQL -I/usr/include/mysql"
export AUXLIBS="$AUXLIBS -L/usr/lib/mysql -lmysqlclient -lz -lm"
%endif
make makefiles DEBUG=""
make
# ---------------------------------------------------------------------------
Am Montag, 7. Februar 2005 11:27 schrieb Dieter Soost:
> Hallo Liste,
>
> vor einiger Zeit hat mir hier jemand einen Link geposted (glaube Thomas),
> in dem das einarbeiten von MySQL in die SPECS-Datei    sowie die
> Kompilation beschrieben wurde.
>




Mehr Informationen über die Mailingliste Postfixbuch-users