opensmtpd: fix cross builds for real.
This commit is contained in:
parent
d9d3c4721a
commit
b320b91ea3
1 changed files with 7 additions and 2 deletions
|
@ -1,12 +1,17 @@
|
||||||
# Template file for 'opensmtpd'
|
# Template file for 'opensmtpd'
|
||||||
pkgname=opensmtpd
|
pkgname=opensmtpd
|
||||||
version=6.0.3p1
|
version=6.0.3p1
|
||||||
revision=2
|
revision=3
|
||||||
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-mantype=doc --with-pie --with-table-db
|
--with-path-socket=/run --with-mantype=doc --with-pie --with-table-db
|
||||||
--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt
|
--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt
|
||||||
--with-maildir=/var/mail --without-auth-pam
|
--with-path-mbox=/var/mail
|
||||||
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue