From 19bccf0cbd12382903f8feaa98cad9d848bf515d Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Thu, 2 May 2024 09:56:55 -0400 Subject: [PATCH] Revert "modules/tpm2-tss: just remove LT_LIB_DLLOAD from aclocal generated file since there is no easy way of fixing this" This reverts commit 6a1791112de451509d81e03bce5bdd6b1a49a79f. Signed-off-by: Thierry Laurion --- modules/tpm2-tss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/tpm2-tss b/modules/tpm2-tss index e3d004bb..91e1a26c 100644 --- a/modules/tpm2-tss +++ b/modules/tpm2-tss @@ -15,9 +15,7 @@ tpm2-tss_hash := ba9e52117f254f357ff502e7d60fce652b3bfb26327d236bbf5ab634235e40f #sed -i 's/hardcode_into_libs=yes/hardcode_into_libs=no/g' configure # needed otherwise library build/x86/tpm2-tss-3.2.2/src/tss2-tcti/.libs/libtss2-tcti-pcap.so.0.0.0: # contains: /home/user/heads/build/x86/tpm2-tss-3.2.2/src/tss2-tcti/.libs:/home/user/heads/build/x86/tpm2-tss-3.2.2/src/tss2-mu/.libs://lib -tpm2-tss_configure := \ - sed -i '/LT_LIB_DLLOAD/d' configure.ac \ - && aclocal && automake --add-missing && autoreconf -fi \ +tpm2-tss_configure := aclocal && automake --add-missing && autoreconf -fi \ && sed -i 's/hardcode_into_libs=yes/hardcode_into_libs=no/g' configure \ && ./configure \ $(CROSS_TOOLS) \