Browse Source

fix sqlite linking

master
parent
commit
c299344055
  1. 4
      postfix/postfix.spec

4
postfix/postfix.spec

@ -37,7 +37,7 @@ Class: BASE
Group: Mail
License: IPL
Version: %{V_postfix}
Release: 20210412
Release: 20210415
# package options
%option with_fsl yes
@ -174,7 +174,7 @@ Conflicts: exim, sendmail, ssmtp
AUXLIBS="$AUXLIBS -lpcre"
%if "%{with_sqlite}" == "yes"
CCARGS="$CCARGS -DHAS_SQLITE"
AUXLIBS="$AUXLIBS -lsqlite3"
AUXLIBS="$AUXLIBS -lsqlite3 -lm"
%endif
%if "%{with_mysql}" == "yes"
CCARGS="$CCARGS -DHAS_MYSQL %{l_cppflags mysql .}"

Loading…
Cancel
Save