Skip to content

Commit

Permalink
build: Fix undefined references when using slibtool
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Byrne <[email protected]>
  • Loading branch information
salahcoronya committed Sep 15, 2023
1 parent d872a09 commit 8c87d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tpm2_la_LIBADD = $(TSS2_ESYS_LIBS) $(TSS2_TCTILDR_LIBS) $(LIBS) $(CODE_COVERAGE_
if TSS2_RC
tpm2_la_LIBADD += $(TSS2_RC_LIBS)
endif
tpm2_la_LDFLAGS = -module -avoid-version -no-undefined -export-symbols-regex 'OSSL_provider_init' $(COMMON_LDFLAGS) $(CODE_COVERAGE_LDFLAGS)
tpm2_la_LDFLAGS = -module -avoid-version -export-symbols-regex 'OSSL_provider_init' $(COMMON_LDFLAGS) $(CODE_COVERAGE_LDFLAGS)

check_PROGRAMS = test/selftest
test_selftest_SOURCES = test/selftest.c
Expand Down

0 comments on commit 8c87d70

Please sign in to comment.