SHA256
1
0
forked from pool/msmtp

- gnu sasl support needs to be enabled with a configure option

(boo#1170516)

OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=99
This commit is contained in:
Marcus Rückert 2020-05-14 12:38:51 +00:00 committed by Git OBS Bridge
parent 3d3c557f85
commit 14a7d31379
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 14 12:37:47 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
- gnu sasl support needs to be enabled with a configure option
(boo#1170516)
-------------------------------------------------------------------
Thu Apr 23 08:43:57 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>

View File

@ -113,7 +113,7 @@ done
CFLAGS="%{optflags} -fstack-protector -fPIE"
export LDFLAGS="-pie"
%endif
%configure --docdir="%{_docdir}/%{name}" --with-tls=gnutls --without-msmtpd
%configure --docdir="%{_docdir}/%{name}" --with-tls=gnutls --without-msmtpd --with-libgsasl
make %{?_smp_mflags} V=1
%install