Skip to content

Commit

Permalink
Revert "modules/tpm2-tss: just remove LT_LIB_DLLOAD from aclocal gene…
Browse files Browse the repository at this point in the history
…rated file since there is no easy way of fixing this"

This reverts commit 6a17911.

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed May 2, 2024
1 parent 60bb52a commit 6d7cfe5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/tpm2-tss
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 6d7cfe5

Please sign in to comment.