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:
parent
3d3c557f85
commit
14a7d31379
@ -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>
|
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"
|
CFLAGS="%{optflags} -fstack-protector -fPIE"
|
||||||
export LDFLAGS="-pie"
|
export LDFLAGS="-pie"
|
||||||
%endif
|
%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
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user