Accepting request 805594 from server:mail
- gnu sasl support needs to be enabled with a configure option (boo#1170516) OBS-URL: https://build.opensuse.org/request/show/805594 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/msmtp?expand=0&rev=50
This commit is contained in:
commit
54a25582fc
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user