Browse Source

Linux problem was magically fixed, gcc is a requirement, and the only JUNK->REL showstopper now is linking with fsl.

master
Michael Schloh von Bennewitz 24 years ago committed by Ralf S. Engelschall
parent
commit
d9430ae7f7
  1. 7
      sendmail/sendmail.spec

7
sendmail/sendmail.spec

@ -26,8 +26,7 @@
# TODO:
# 1 Link to fsl(3) and don't just build it
# 2 User, group ids in %files must be reviewed
# 3 Fix sys_nerr on Linux platforms
# 4 Test alot (also with smtpfeed)
# 3 Test alot (also with smtpfeed)
#
# Bugs:
# 1 All mitgelieferte config files use 8.11.6 options
@ -52,7 +51,7 @@ Distribution: OpenPKG [JUNK]
Group: Mail
License: BSD
Version: 8.12.5
Release: 20020812
Release: 20020819
# list of sources
Source0: ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{version}.tar.gz
@ -65,7 +64,7 @@ Source5: rc.sendmail
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, m4, make, db, openssl
BuildPreReq: OpenPKG, openpkg >= 20020206, m4, gcc, make, db, openssl
PreReq: OpenPKG, openpkg >= 20020206, m4, make, perl
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl

Loading…
Cancel
Save