mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-19 03:06:56 +00:00
modules/tpm2-tss: just remove LT_LIB_DLLOAD from aclocal generated file since there is no easy way of fixing this
nix doesn't provide an equivalent of libltdl-dev, so just wipe the remnant of old ages if present https://github.com/tpm2-software/tpm2-tss/issues/2161 Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
76c20847da
commit
fa60bf7dfb
@ -15,7 +15,9 @@ 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 := aclocal && automake --add-missing && autoreconf -fi \
|
||||
tpm2-tss_configure := \
|
||||
sed -i '/LT_LIB_DLLOAD/d' configure.ac \
|
||||
&& aclocal && automake --add-missing && autoreconf -fi \
|
||||
&& sed -i 's/hardcode_into_libs=yes/hardcode_into_libs=no/g' configure \
|
||||
&& ./configure \
|
||||
$(CROSS_TOOLS) \
|
||||
|
Loading…
Reference in New Issue
Block a user