oath-toolkit: enable PSKC support.
libxml2 was missing from the package dependencies, so it was built without this additional functionality.
This commit is contained in:
parent
341af05aaf
commit
644dbbfed9
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'oath-toolkit'
|
||||
pkgname=oath-toolkit
|
||||
version=2.6.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pam-devel"
|
||||
hostmakedepends="pkg-config libxml2"
|
||||
makedepends="pam-devel libxml2-devel"
|
||||
short_desc="OATH one-time password toolkit"
|
||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue