opensmtpd: fix cross builds for real.

This commit is contained in:
Enno Boland 2018-01-16 18:33:00 +01:00
parent d9d3c4721a
commit b320b91ea3
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -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