|
|
@@ -35,7 +35,7 @@ Distribution: OpenPKG [JUNK]
|
|
|
Group: Mail
|
|
|
License: GPL
|
|
|
Version: 4.21
|
|
|
-Release: 20030814
|
|
|
+Release: 20030818
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -51,8 +51,8 @@ Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20030718, perl, gzip
|
|
|
PreReq: OpenPKG, openpkg >= 20030718, perl, gzip
|
|
|
-BuildPreReq: openssl, db >= 4.1.24
|
|
|
-PreReq: openssl, db >= 4.1.24
|
|
|
+BuildPreReq: openssl, db >= 4.1.24, libiconv
|
|
|
+PreReq: openssl, db >= 4.1.24, libiconv
|
|
|
%if "%{with_fsl}" == "yes"
|
|
|
BuildPreReq: fsl >= 1.2.0
|
|
|
PreReq: fsl >= 1.2.0
|
|
|
@@ -81,7 +81,7 @@ Conflicts: postfix, sendmail, ssmtp
|
|
|
( echo 'CC=%{l_cc}'
|
|
|
echo 'CFLAGS=%{l_cflags -O}'
|
|
|
echo 'LDFLAGS=%{l_fsl_ldflags}'
|
|
|
- echo 'LIBS+=%{l_fsl_libs}'
|
|
|
+ echo 'LIBS+=%{l_ldflags} %{l_fsl_libs} -liconv'
|
|
|
echo 'EXIM_UID=%{l_muid}'
|
|
|
echo 'EXIM_GID=%{l_mgid}'
|
|
|
echo 'EXIM_USER=%{l_nusr}'
|