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
|
||||
|
||||
Reference in New Issue
Block a user