|
|
@@ -32,8 +32,8 @@ Distribution: OpenPKG
|
|
|
Class: EVAL
|
|
|
Group: Mail
|
|
|
License: GNU
|
|
|
-Version: 6.52
|
|
|
-Release: 20050706
|
|
|
+Version: 6.53
|
|
|
+Release: 20050708
|
|
|
|
|
|
# package options
|
|
|
%option with_ical no
|
|
|
@@ -45,8 +45,10 @@ Source0: http://easyinstall.citadel.org/citadel-%{version}.tar.gz
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20040130, db >= 4.1, make, gcc, zlib, ncurses, openssl
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20040130, db >= 4.1, make, gcc
|
|
|
PreReq: OpenPKG, openpkg >= 20040130
|
|
|
+BuildPreReq: zlib, ncurses, openssl
|
|
|
+PreReq: zlib, ncurses, openssl
|
|
|
%if "%{with_ical}" == "yes"
|
|
|
PreReq: libical
|
|
|
%endif
|
|
|
@@ -81,6 +83,7 @@ AutoReqProv: no
|
|
|
CXXFLAGS="%{l_cxxflags -O}" \
|
|
|
CPPFLAGS="%{l_cppflags}" \
|
|
|
LDFLAGS="%{l_ldflags}" \
|
|
|
+ LIBS="-lz" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--with-db=%{l_prefix} \
|