# 
# Provides a way to load and enumerate PKCS#11 modules.
# 
# Provides a way to load and enumerate PKCS#11 modules.  Provides a
# standard configuration setup for installing PKCS#11 modules in such a
# way that they're discoverable.
# 
# Also solves problems with coordinating the use of PKCS#11 by different
# components or libraries living in the same process.
# 

QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QILDFLAGS="-s"
QICPPFLAGS="-D_FORTIFY_SOURCE=2"
pkgname=p11-kit
pkgversion=0.24.1
arch=amd64
release=1
pkgcategory="networking"
full_pkgname=p11-kit_0.24.1_amd64-1@networking
blurb="Provides a way to load and enumerate PKCS#11 modules."
homepage="https://p11-glue.github.io/p11-glue/p11-kit.html"
license="BSD 3-clause"
fetch="https://github.com/p11-glue/p11-kit/releases/download/0.24.1/p11-kit-0.24.1.tar.xz"
replace=""