diff options
| author | Erik Larsson <who+github@cnackers.org> | 2019-12-14 09:26:24 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-14 18:52:43 +0100 |
| commit | 7b11e0358cd4a120d917ea5b086628d64f55152c (patch) | |
| tree | d38d6183a21592d412eb1333e054e62bd86d3d77 | |
| parent | 2f0d7cec5f630bb3b311121e99a5223bc2c7ddbe (diff) | |
| download | aports-7b11e0358cd4a120d917ea5b086628d64f55152c.tar.bz2 aports-7b11e0358cd4a120d917ea5b086628d64f55152c.tar.xz | |
community/tpm2-tss: reenable function inlining
| -rw-r--r-- | community/tpm2-tss/APKBUILD | 6 |
1 files 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 <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" \ |
