Build all IMC/IMVs with -no-undefined
This commit is contained in:
committed by
Andreas Steffen
parent
7d87b24634
commit
be8179abd2
@@ -17,4 +17,4 @@ imc_attestation_la_SOURCES = imc_attestation.c \
|
||||
imc_attestation_state.h imc_attestation_state.c \
|
||||
imc_attestation_process.h imc_attestation_process.c
|
||||
|
||||
imc_attestation_la_LDFLAGS = -module -avoid-version
|
||||
imc_attestation_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
@@ -36,4 +36,4 @@ imc_swid_la_LIBADD = \
|
||||
|
||||
imc_swid_la_SOURCES = imc_swid.c imc_swid_state.h imc_swid_state.c
|
||||
|
||||
imc_swid_la_LDFLAGS = -module -avoid-version
|
||||
imc_swid_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
@@ -21,7 +21,7 @@ imv_attestation_la_SOURCES = imv_attestation.c \
|
||||
imv_attestation_process.h imv_attestation_process.c \
|
||||
imv_attestation_build.h imv_attestation_build.c
|
||||
|
||||
imv_attestation_la_LDFLAGS = -module -avoid-version
|
||||
imv_attestation_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
ipsec_PROGRAMS = attest
|
||||
attest_SOURCES = attest.c \
|
||||
|
||||
@@ -18,4 +18,4 @@ imv_swid_la_SOURCES = \
|
||||
imv_swid.c imv_swid_state.h imv_swid_state.c \
|
||||
imv_swid_agent.h imv_swid_agent.c
|
||||
|
||||
imv_swid_la_LDFLAGS = -module -avoid-version
|
||||
imv_swid_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
Reference in New Issue
Block a user