summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2020-12-09 22:15:31 +0100
committerJonas Witschel2020-12-09 22:15:31 +0100
commit1986d6319c487100ab7a2eddd6fcd25543ee54d3 (patch)
tree5b3e303b2c86c63edd680b2543d6f55ab6646dc2 /PKGBUILD
parent1faa8f27aa49acc98c2501262cd7f7244a03c608 (diff)
downloadaur-ms-tpm-20-ref-git.tar.gz
upgpkg: ms-tpm-20-ref-git r181.f640b4b-1: remove custom CPPFLAGS
Upstream commit f640b4bdb3a0fe944628e9f7df1362e2b9aa647d disables the algorithms by default, so there is no need to do this manually in the PKGBUILD any more.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb2eb1f07622..3859ed91ce06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
pkgname=ms-tpm-20-ref-git
-pkgver=r167.51d7b24
+pkgver=r181.f640b4b
pkgrel=1
pkgdesc='Reference implementation of the TCG Trusted Platform Module 2.0 specification'
arch=('x86_64')
@@ -25,7 +25,7 @@ prepare() {
build() {
cd "${pkgname%-git}/TPMCmd"
- ./configure --prefix=/usr CPPFLAGS="$CPPFLAGS -DALG_SM3_256=ALG_NO -DALG_SM4=ALG_NO"
+ ./configure --prefix=/usr
make
}