mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
opensmtpd: rebuild against OpenSSL
This commit is contained in:
parent
03aac502ce
commit
c69e94dd8e
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opensmtpd'
|
# Template file for 'opensmtpd'
|
||||||
pkgname=opensmtpd
|
pkgname=opensmtpd
|
||||||
version=6.8.0p2
|
version=6.8.0p2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||||
--with-path-socket=/run --with-path-pidfile=/run
|
--with-path-socket=/run --with-path-pidfile=/run
|
||||||
|
@ -9,17 +9,12 @@ configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||||
--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt
|
--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt
|
||||||
--with-maildir=/var/mail
|
--with-maildir=/var/mail
|
||||||
--with-auth-pam=smtpd
|
--with-auth-pam=smtpd
|
||||||
ac_cv_func_arc4random=yes
|
|
||||||
ac_cv_func_arc4random_buf=yes
|
|
||||||
ac_cv_func_arc4random_stir=no
|
|
||||||
ac_cv_func_arc4random_uniform=yes
|
|
||||||
ac_cv_search_arc4random=-lcrypto
|
|
||||||
ac_cv_func_explicit_bzero=no
|
ac_cv_func_explicit_bzero=no
|
||||||
ac_cv_func_reallocarray=no
|
ac_cv_func_reallocarray=no
|
||||||
ac_cv_func_strlcat=no
|
ac_cv_func_strlcat=no
|
||||||
ac_cv_func_strlcpy=no"
|
ac_cv_func_strlcpy=no"
|
||||||
hostmakedepends="automake libtool pkg-config bison"
|
hostmakedepends="automake libtool pkg-config bison"
|
||||||
makedepends="zlib-devel libressl-devel libevent-devel db-devel pam-devel"
|
makedepends="zlib-devel openssl-devel libevent-devel db-devel pam-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases"
|
conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases"
|
||||||
short_desc="Free implementation of the server-side SMTP protocol"
|
short_desc="Free implementation of the server-side SMTP protocol"
|
||||||
|
|
Loading…
Add table
Reference in a new issue