aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/tpm2-tss/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/tpm2-tss/APKBUILD b/community/tpm2-tss/APKBUILD
index d05ec2e1dad..3d49b0d69a2 100644
--- a/community/tpm2-tss/APKBUILD
+++ b/community/tpm2-tss/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Alexander Sack <asac@pantacor.com>
pkgname=tpm2-tss
pkgver=2.3.2
-pkgrel=0
+pkgrel=1
pkgdesc="TPM 2.0 TSS"
url="https://github.com/tpm2-software/tpm2-tss/"
arch="all"
@@ -25,9 +25,7 @@ source="https://github.com/tpm2-software/tpm2-tss/releases/download/$pkgver/tpm2
"
build() {
- # Disable inlining so tctildr unit tests will work
- # gcc inlines strlen which the cmocka tests tries to wrap
- ./configure CFLAGS="-fno-inline" \
+ ./configure \
--prefix=/usr \
--without-udevrulesdir \
--with-tctidefaultmodule="libtss2-tcti-device.so" \