|
|
@@ -55,10 +55,8 @@ Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20060823, make
|
|
|
PreReq: OpenPKG, openpkg >= 20060823, perl
|
|
|
-BuildPreReq: pth, openssl, libidn, libiconv
|
|
|
-PreReq: pth, openssl, libidn, libiconv
|
|
|
-BuildPreReq: db
|
|
|
-PreReq: db
|
|
|
+BuildPreReq: db, expat, libiconv, libidn, gpg-error, gcrypt, libgsasl, openssl
|
|
|
+PreReq: db, expat, libiconv, libidn, gpg-error, gcrypt, libgsasl, openssl
|
|
|
%if "%{with_sqlite}" == "yes"
|
|
|
BuildPreReq: sqlite
|
|
|
PreReq: sqlite
|
|
|
@@ -121,11 +119,12 @@ AutoReqProv: no
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--sysconfdir=%{l_prefix}/etc/jabberd \
|
|
|
- --enable-ssl \
|
|
|
- --enable-idn \
|
|
|
- --enable-fs \
|
|
|
--enable-db \
|
|
|
+ --enable-fs \
|
|
|
+ --enable-gsasl \
|
|
|
+ --enable-idn \
|
|
|
--enable-pipe \
|
|
|
+ --enable-ssl \
|
|
|
%if "%{with_sqlite}" == "yes"
|
|
|
--enable-sqlite \
|
|
|
%else
|
|
|
@@ -146,6 +145,8 @@ AutoReqProv: no
|
|
|
%else
|
|
|
--disable-pam \
|
|
|
%endif
|
|
|
+ --disable-cyrus \
|
|
|
+ --disable-oracle \
|
|
|
--enable-static \
|
|
|
--enable-shared
|
|
|
|