]> git.pld-linux.org Git - packages/tpm2-pkcs11.git/blob - tpm2-pkcs11-ac.patch
- updated to 1.9.0
[packages/tpm2-pkcs11.git] / tpm2-pkcs11-ac.patch
1 --- tpm2-pkcs11-1.8.0/configure.ac.orig 2022-03-21 14:07:16.000000000 +0100
2 +++ tpm2-pkcs11-1.8.0/configure.ac      2022-07-02 08:12:45.167023531 +0200
3 @@ -540,7 +540,7 @@ and submitting patches upstream!])
4  # Rather than nesting these and making them ugly just use a counter.
5  AX_CHECK_COMPILE_FLAG([-fdata-sections], [strip=y])
6  AX_CHECK_COMPILE_FLAG([-ffunction-sections], [strip="y$strip"])
7 -AX_CHECK_LINK_FLAG([[-Wl,--gc-sections]], [strip+="y$strip"])
8 +AX_CHECK_LINK_FLAG([[-Wl,--gc-sections]], [strip="y$strip"])
9  
10  AS_IF([test x"$strip" = xyyy], [
11    EXTRA_CFLAGS="$EXTRA_CFLAGS -fdata-sections -ffunction-sections"
This page took 0.113256 seconds and 3 git commands to generate.