Closed safayetahmedatge closed 3 years ago
The current approach to linking against libdl is not portable to QNX https://github.com/tpm2-software/tpm2-tss-engine/blob/6425b6fa29780d5fc5b6f874256eee610a409c71/Makefile.am#L40
libdl
I think this should be handled as a part of TSS2_TCTILDR_LIBS in: https://github.com/tpm2-software/tpm2-tss-engine/blob/6425b6fa29780d5fc5b6f874256eee610a409c71/Makefile.am#L39
TSS2_TCTILDR_LIBS
Consider removing -ldl or replacing with $(LIBADD_DL) as in: https://github.com/tpm2-software/tpm2-tss/blob/c6b77ca306dc35c88aeceaeb6ade37460d1e6dbc/Makefile.am#L278
-ldl
$(LIBADD_DL)
@safayetahmedatge looks like it can just be deleted, its unused.
The current approach to linking against
libdl
is not portable to QNX https://github.com/tpm2-software/tpm2-tss-engine/blob/6425b6fa29780d5fc5b6f874256eee610a409c71/Makefile.am#L40I think this should be handled as a part of
TSS2_TCTILDR_LIBS
in: https://github.com/tpm2-software/tpm2-tss-engine/blob/6425b6fa29780d5fc5b6f874256eee610a409c71/Makefile.am#L39Consider removing
-ldl
or replacing with$(LIBADD_DL)
as in: https://github.com/tpm2-software/tpm2-tss/blob/c6b77ca306dc35c88aeceaeb6ade37460d1e6dbc/Makefile.am#L278