|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: Mail
|
|
|
License: BSD
|
|
|
Version: 2.1.13
|
|
|
-Release: 20030502
|
|
|
+Release: 20030530
|
|
|
|
|
|
# package options
|
|
|
%option with_vhost_hack no
|
|
|
@@ -50,8 +50,8 @@ Patch1: vhosthack.patch
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20020206, sasl, db >= 4.1.24, openssl, make, perl, perl-openpkg, fsl
|
|
|
-PreReq: OpenPKG, openpkg >= 20020206, sasl, openssl, perl, MTA, fsl
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20030103, sasl, db >= 4.1.24, openssl, make, perl, perl-openpkg, fsl
|
|
|
+PreReq: OpenPKG, openpkg >= 20030103, sasl, openssl, perl, MTA, fsl
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
Provides: IMAP
|
|
|
@@ -113,8 +113,8 @@ Provides: IMAP
|
|
|
%endif
|
|
|
|
|
|
%build
|
|
|
- cflags="-I%{l_prefix}/include `%{l_prefix}/bin/fsl-config --all --cflags`"
|
|
|
- ldflags="-L%{l_prefix}/lib `%{l_prefix}/bin/fsl-config --all --ldflags`"
|
|
|
+ cflags="%{l_cppflags}"
|
|
|
+ ldflags="%{l_ldflags} `%{l_prefix}/bin/fsl-config --all --ldflags`"
|
|
|
case "%{l_target}" in
|
|
|
*-solaris* ) ldflags="$ldflags -lsocket -lnsl" ;;
|
|
|
esac
|