From 7b11e0358cd4a120d917ea5b086628d64f55152c Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Sat, 14 Dec 2019 09:26:24 +0100 Subject: community/tpm2-tss: reenable function inlining --- community/tpm2-tss/APKBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/community/tpm2-tss/APKBUILD b/community/tpm2-tss/APKBUILD index d05ec2e1da..3d49b0d69a 100644 --- a/community/tpm2-tss/APKBUILD +++ b/community/tpm2-tss/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Alexander Sack 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" \ -- cgit v1.2.3