msmtp: restore openssl option; switch to libressl.
This commit is contained in:
parent
732d16421f
commit
e78c68e339
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'msmtp'
|
||||
pkgname=msmtp
|
||||
version=1.4.32
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="A mini SMTP client"
|
||||
|
@ -12,8 +12,8 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|||
checksum=2bf0c5c7e78f9905f48de235a75111a1a88238793043bbeae00360b22f1a5f88
|
||||
|
||||
# Package build options
|
||||
build_options="libressl gnutls idn sasl gnome"
|
||||
build_options_default="libressl idn"
|
||||
build_options="openssl gnutls idn sasl gnome"
|
||||
build_options_default="openssl idn"
|
||||
|
||||
if [ "$build_option_openssl" ]; then
|
||||
configure_args+=" --with-ssl=openssl"
|
||||
|
|
Loading…
Reference in New Issue