openssh: fix detection of ldns.
This commit is contained in:
parent
6118b964a5
commit
cf1b99048f
1 changed files with 5 additions and 3 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=7.5p1
|
version=7.5p1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--datadir=/usr/share/openssh
|
configure_args="--datadir=/usr/share/openssh
|
||||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||||
--with-mantype=doc --without-rpath --with-xauth=/usr/bin/xauth
|
--with-mantype=doc --without-rpath --with-xauth=/usr/bin/xauth
|
||||||
--disable-strip --with-privsep-path=/var/chroot/ssh
|
--disable-strip --with-privsep-path=/var/chroot/ssh
|
||||||
--with-pid-dir=/run --with-pam --without-kerberos5 --without-ssh1
|
--with-pid-dir=/run --with-pam --without-kerberos5 --without-ssh1
|
||||||
--with-libedit --with-Werror LD=$CC
|
--with-libedit --with-Werror
|
||||||
$(vopt_with ldns) $(vopt_if ssl --with-ssl-engine --without-openssl)"
|
$(vopt_with ldns ldns=$XBPS_CROSS_BASE/usr)
|
||||||
|
$(vopt_if ssl --with-ssl-engine --without-openssl)
|
||||||
|
LD=$CC"
|
||||||
hostmakedepends="autoconf perl"
|
hostmakedepends="autoconf perl"
|
||||||
makedepends="zlib-devel pam-devel libedit-devel
|
makedepends="zlib-devel pam-devel libedit-devel
|
||||||
$(vopt_if ssl libressl-devel) $(vopt_if ldns libldns-devel)"
|
$(vopt_if ssl libressl-devel) $(vopt_if ldns libldns-devel)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue