Ensured library installation to /usr/lib/

This commit is contained in:
2025-03-12 20:05:24 +02:00
parent 587412a062
commit ab4055ea11
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
name: p11-kit name: p11-kit
description: Loads and enumerates PKCS#11 modules description: Loads and enumerates PKCS#11 modules
version: 0.25.3 version: 0.25.3
revision: 2
url: https://p11-glue.freedesktop.org/ url: https://p11-glue.freedesktop.org/
license: BSD license: BSD
architecture: any architecture: any
+1
View File
@@ -19,6 +19,7 @@ build() {
cd p11-build cd p11-build
meson setup .. \ meson setup .. \
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/lib \
--buildtype=release \ --buildtype=release \
-Dtrust_paths=/etc/pki/anchors -Dtrust_paths=/etc/pki/anchors
ninja ninja