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