Build all IMC/IMVs with -no-undefined
This commit is contained in:
committed by
Andreas Steffen
parent
7d87b24634
commit
be8179abd2
@@ -13,4 +13,4 @@ imc_os_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la \
|
||||
|
||||
imc_os_la_SOURCES = imc_os.c imc_os_state.h imc_os_state.c
|
||||
|
||||
imc_os_la_LDFLAGS = -module -avoid-version
|
||||
imc_os_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
@@ -13,4 +13,4 @@ imc_scanner_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la \
|
||||
|
||||
imc_scanner_la_SOURCES = imc_scanner.c imc_scanner_state.h imc_scanner_state.c
|
||||
|
||||
imc_scanner_la_LDFLAGS = -module -avoid-version
|
||||
imc_scanner_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
@@ -13,4 +13,4 @@ imc_test_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la \
|
||||
|
||||
imc_test_la_SOURCES = imc_test.c imc_test_state.h imc_test_state.c
|
||||
|
||||
imc_test_la_LDFLAGS = -module -avoid-version
|
||||
imc_test_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
@@ -16,7 +16,7 @@ imv_os_la_SOURCES = \
|
||||
imv_os_agent.h imv_os_agent.c \
|
||||
imv_os_database.c imv_os_database.h
|
||||
|
||||
imv_os_la_LDFLAGS = -module -avoid-version
|
||||
imv_os_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
ipsec_PROGRAMS = pacman
|
||||
pacman_SOURCES = pacman.c
|
||||
|
||||
@@ -15,4 +15,4 @@ imv_scanner_la_SOURCES = \
|
||||
imv_scanner.c imv_scanner_state.h imv_scanner_state.c \
|
||||
imv_scanner_agent.h imv_scanner_agent.c
|
||||
|
||||
imv_scanner_la_LDFLAGS = -module -avoid-version
|
||||
imv_scanner_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
@@ -15,4 +15,4 @@ imv_test_la_SOURCES = \
|
||||
imv_test.c imv_test_state.h imv_test_state.c \
|
||||
imv_test_agent.h imv_test_agent.c
|
||||
|
||||
imv_test_la_LDFLAGS = -module -avoid-version
|
||||
imv_test_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
|
||||
@@ -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