903844fa19
- Fix softhsm2-pk11install buid and post call - Do not use --with-objectstore-backend-db (causes issues on i686) - Change install directory to /usr/lib*/pkcs11/ - Install pkcs11 module file - Use official upstream tar ball - Create ods user to own softhsm/token files - Enable migration tools (for softhsm-v1 installs) - Add softlink for softhsm-v1 .so (needed for opendnssec's conf.xml) - Require p11-kit, nss-tools, for SoftHSM PKCS #11 Module file - Copy pk11install.c from coolkey package - Enable hardened build - Add upstream official source url
9 lines
372 B
Plaintext
9 lines
372 B
Plaintext
# This file describes how to load the pk11 module
|
|
# See: http://p11-glue.freedesktop.org/doc/p11-kit/config.html
|
|
|
|
# This is a relative path, which means it will be loaded from
|
|
# the p11-kit default path which is usually $(libdir)/pkcs11.
|
|
# Doing it this way allows for packagers to package for
|
|
# 32-bit and 64-bit and make them parallel installable
|
|
module: libsofthsm2.so
|