mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
pam-u2f: rebuild against OpenSSL
This commit is contained in:
parent
aeede89017
commit
88fdee03c9
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'pam-u2f'
|
# Template file for 'pam-u2f'
|
||||||
pkgname=pam-u2f
|
pkgname=pam-u2f
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname/-/_}-${version}"
|
wrksrc="${pkgname/-/_}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pam-dir=/usr/lib/security"
|
configure_args="--with-pam-dir=/usr/lib/security"
|
||||||
hostmakedepends="automake libtool pkg-config asciidoc"
|
hostmakedepends="automake libtool pkg-config asciidoc"
|
||||||
makedepends="libfido2-devel libressl-devel pam-devel"
|
makedepends="libfido2-devel openssl-devel pam-devel"
|
||||||
short_desc="Pluggable Authentication Module (PAM) for U2F"
|
short_desc="Pluggable Authentication Module (PAM) for U2F"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue