Skip to content
Snippets Groups Projects
Commit 0b8e8e1b authored by alice's avatar alice
Browse files

main/p11-kit: add lto

parent c3d70920
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=p11-kit
pkgver=0.24.1
pkgrel=0
pkgrel=1
pkgdesc="Library for loading and sharing PKCS#11 modules"
url="https://p11-glue.freedesktop.org/"
arch="all"
......@@ -19,6 +19,7 @@ source="https://github.com/p11-glue/p11-kit/releases/download/$pkgver/p11-kit-$p
build() {
abuild-meson \
-Db_lto=true \
-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt \
. output
meson compile ${JOBS:+-j ${JOBS}} -C output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment