pam_ssh: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:31 +01:00
parent 88fdee03c9
commit f963d2871e

View file

@ -1,13 +1,13 @@
# Template file for 'pam_ssh'
pkgname=pam_ssh
version=2.3
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security ac_cv_openssldir=/usr
--includedir=${XBPS_CROSS_BASE}/usr/include
--libdir=${XBPS_CROSS_BASE}/usr/lib"
hostmakedepends="openssh"
makedepends="libressl-devel pam-devel"
makedepends="openssl-devel pam-devel"
short_desc="PAM module providing single sign-on behavior for SSH"
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
license="BSD-2-Clause"