Browse Source

fix SQLite support

master
parent
commit
0453a28878
  1. 8
      sasl/sasl.spec

8
sasl/sasl.spec

@ -33,7 +33,7 @@ Class: BASE
Group: Cryptography
License: BSD
Version: 2.1.22
Release: 20061013
Release: 20061014
# package options
%option with_fsl yes
@ -83,8 +83,8 @@ BuildPreReq: postgresql
PreReq: postgresql
%endif
%if "%{with_sqlite}" == "yes"
BuildPreReq: sqlite
PreReq: sqlite
BuildPreReq: sqlite, sqlite::with_v2 = yes
PreReq: sqlite, sqlite::with_v2 = yes
%endif
%if "%{with_otp}" == "yes"
BuildPreReq: opie
@ -212,7 +212,7 @@ AutoReqProv: no
--disable-gssapi \
--without-gss_impl \
%endif
%if "%{with_mysql}" == "yes" || "%{with_pgsql}" == "yes" || "%{with_pgsql}" == "yes"
%if "%{with_mysql}" == "yes" || "%{with_pgsql}" == "yes" || "%{with_pgsql}" == "yes" || "%{with_sqlite}" == "yes"
--enable-sql \
%if "%{with_mysql}" == "yes"
--with-mysql=%{l_prefix} \

Loading…
Cancel
Save