Skip to content

Commit e79db5a

Browse files
committed
build: Fix undefined references when using slibtool
Signed-off-by: Christopher Byrne <[email protected]>
1 parent be35c35 commit e79db5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tpm2_la_LIBADD = $(TSS2_ESYS_LIBS) $(TSS2_TCTILDR_LIBS) $(LIBS) $(CODE_COVERAGE_
5050
if TSS2_RC
5151
tpm2_la_LIBADD += $(TSS2_RC_LIBS)
5252
endif
53-
tpm2_la_LDFLAGS = -module -avoid-version -no-undefined -export-symbols-regex 'OSSL_provider_init' $(COMMON_LDFLAGS) $(CODE_COVERAGE_LDFLAGS)
53+
tpm2_la_LDFLAGS = -module -avoid-version -export-symbols-regex 'OSSL_provider_init' $(COMMON_LDFLAGS) $(CODE_COVERAGE_LDFLAGS)
5454

5555
check_PROGRAMS = test/selftest
5656
test_selftest_SOURCES = test/selftest.c

0 commit comments

Comments
 (0)