--- rpms/qmail/sme9/qmail.spec 2019/02/25 04:29:22 1.5 +++ rpms/qmail/sme9/qmail.spec 2019/02/28 03:57:36 1.6 @@ -1,15 +1,15 @@ -# $Id: qmail.spec,v 1.4 2017/04/13 16:06:04 unnilennium Exp $ +# $Id: qmail.spec,v 1.5 2019/02/25 04:29:22 jpp Exp $ # # RPM spec file for Dan Bernstein's qmail package # -# $Id: qmail.spec,v 1.4 2017/04/13 16:06:04 unnilennium Exp $ +# $Id: qmail.spec,v 1.5 2019/02/25 04:29:22 jpp Exp $ # Summary: A modern, fast, secure replacement for sendmail %define name qmail Name: %{name} %define version 1.03 -%define release 21 +%define release 22 Version: %{version} Release: %{release}%{?dist} #Author: Daniel J. Bernstein @@ -81,6 +81,10 @@ also includes a drop-in ``sendmail'' wra transparently by your current UAs. %changelog +* Wed Feb 27 2019 Jean-Philipe Pialasse 1.03-22.sme +- fixed compilation line in spec file [SME: 9349] +- now TLS and EHLO are defined to allow proper compilation + * Sun Feb 24 2019 Jean-Philipe Pialasse 1.03-21.sme - add remote tls transport for qmail-remote [SME: 9349] - used qmail-1.03-tls-20021228-renato_v2.patch without qmail-smtpd parts @@ -229,7 +233,9 @@ transparently by your current UAs. %patch6 -p1 %build -echo gcc -O2 --include /usr/include/errno.h > conf-cc +#echo gcc -O2 --include /usr/include/errno.h > conf-cc +#cc -O2 -DTLS=20021228 -I/usr/local/ssl/include +echo gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include -DEHLO=1 --include /usr/include/errno.h > conf-cc make %install