added -avoid-version to LDFLAGS, plugins are not versioned
This commit is contained in:
@@ -6,4 +6,4 @@ AM_CFLAGS = -rdynamic
|
||||
plugin_LTLIBRARIES = libstrongswan-attr.la
|
||||
libstrongswan_attr_la_SOURCES = attr_plugin.h attr_plugin.c \
|
||||
attr_provider.h attr_provider.c
|
||||
libstrongswan_attr_la_LDFLAGS = -module
|
||||
libstrongswan_attr_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -6,6 +6,6 @@ AM_CFLAGS = -rdynamic
|
||||
plugin_LTLIBRARIES = libstrongswan-eapaka.la
|
||||
|
||||
libstrongswan_eapaka_la_SOURCES = eap_aka_plugin.h eap_aka_plugin.c eap_aka.h eap_aka.c
|
||||
libstrongswan_eapaka_la_LDFLAGS = -module
|
||||
libstrongswan_eapaka_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_eapaka_la_LIBADD = -lgmp
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@ AM_CFLAGS = -rdynamic
|
||||
plugin_LTLIBRARIES = libstrongswan-eapgtc.la
|
||||
|
||||
libstrongswan_eapgtc_la_SOURCES = eap_gtc_plugin.h eap_gtc_plugin.c eap_gtc.h eap_gtc.c
|
||||
libstrongswan_eapgtc_la_LDFLAGS = -module -lpam
|
||||
libstrongswan_eapgtc_la_LDFLAGS = -module -avoid-version -lpam
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@ AM_CFLAGS = -rdynamic
|
||||
plugin_LTLIBRARIES = libstrongswan-eapidentity.la
|
||||
libstrongswan_eapidentity_la_SOURCES = \
|
||||
eap_identity_plugin.h eap_identity_plugin.c eap_identity.h eap_identity.c
|
||||
libstrongswan_eapidentity_la_LDFLAGS = -module
|
||||
libstrongswan_eapidentity_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@ AM_CFLAGS = -rdynamic
|
||||
plugin_LTLIBRARIES = libstrongswan-eapmd5.la
|
||||
|
||||
libstrongswan_eapmd5_la_SOURCES = eap_md5_plugin.h eap_md5_plugin.c eap_md5.h eap_md5.c
|
||||
libstrongswan_eapmd5_la_LDFLAGS = -module
|
||||
libstrongswan_eapmd5_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -8,5 +8,5 @@ plugin_LTLIBRARIES = libstrongswan-eapmschapv2.la
|
||||
libstrongswan_eapmschapv2_la_SOURCES = \
|
||||
eap_mschapv2_plugin.h eap_mschapv2_plugin.c \
|
||||
eap_mschapv2.h eap_mschapv2.c
|
||||
libstrongswan_eapmschapv2_la_LDFLAGS = -module
|
||||
libstrongswan_eapmschapv2_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -10,5 +10,5 @@ libstrongswan_eapradius_la_SOURCES = \
|
||||
eap_radius.h eap_radius.c \
|
||||
radius_client.h radius_client.c \
|
||||
radius_message.h radius_message.c
|
||||
libstrongswan_eapradius_la_LDFLAGS = -module
|
||||
libstrongswan_eapradius_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@ plugin_LTLIBRARIES = libstrongswan-eapsim.la
|
||||
|
||||
libstrongswan_eapsim_la_SOURCES = eap_sim.h eap_sim.c \
|
||||
eap_sim_plugin.h eap_sim_plugin.c
|
||||
libstrongswan_eapsim_la_LDFLAGS = -module
|
||||
libstrongswan_eapsim_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -10,5 +10,5 @@ libstrongswan_eapsim_file_la_SOURCES = \
|
||||
eap_sim_file_card.h eap_sim_file_card.c \
|
||||
eap_sim_file_provider.h eap_sim_file_provider.c \
|
||||
eap_sim_file_triplets.h eap_sim_file_triplets.c
|
||||
libstrongswan_eapsim_file_la_LDFLAGS = -module
|
||||
libstrongswan_eapsim_file_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -7,4 +7,4 @@ plugin_LTLIBRARIES = libstrongswan-kernel-klips.la
|
||||
|
||||
libstrongswan_kernel_klips_la_SOURCES = kernel_klips_plugin.h kernel_klips_plugin.c \
|
||||
kernel_klips_ipsec.h kernel_klips_ipsec.c pfkeyv2.h
|
||||
libstrongswan_kernel_klips_la_LDFLAGS = -module
|
||||
libstrongswan_kernel_klips_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -8,4 +8,4 @@ plugin_LTLIBRARIES = libstrongswan-kernel-netlink.la
|
||||
libstrongswan_kernel_netlink_la_SOURCES = kernel_netlink_plugin.h kernel_netlink_plugin.c \
|
||||
kernel_netlink_ipsec.h kernel_netlink_ipsec.c kernel_netlink_net.h kernel_netlink_net.c \
|
||||
kernel_netlink_shared.h kernel_netlink_shared.c
|
||||
libstrongswan_kernel_netlink_la_LDFLAGS = -module
|
||||
libstrongswan_kernel_netlink_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -7,4 +7,4 @@ plugin_LTLIBRARIES = libstrongswan-kernel-pfkey.la
|
||||
|
||||
libstrongswan_kernel_pfkey_la_SOURCES = kernel_pfkey_plugin.h kernel_pfkey_plugin.c \
|
||||
kernel_pfkey_ipsec.h kernel_pfkey_ipsec.c
|
||||
libstrongswan_kernel_pfkey_la_LDFLAGS = -module
|
||||
libstrongswan_kernel_pfkey_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -7,4 +7,4 @@ plugin_LTLIBRARIES = libstrongswan-kernel-pfroute.la
|
||||
|
||||
libstrongswan_kernel_pfroute_la_SOURCES = kernel_pfroute_plugin.h kernel_pfroute_plugin.c \
|
||||
kernel_pfroute_net.h kernel_pfroute_net.c
|
||||
libstrongswan_kernel_pfroute_la_LDFLAGS = -module
|
||||
libstrongswan_kernel_pfroute_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -13,5 +13,5 @@ libstrongswan_load_tester_la_SOURCES = \
|
||||
load_tester_listener.c load_tester_listener.h \
|
||||
load_tester_diffie_hellman.c load_tester_diffie_hellman.h
|
||||
|
||||
libstrongswan_load_tester_la_LDFLAGS = -module
|
||||
libstrongswan_load_tester_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -8,5 +8,5 @@ libstrongswan_medcli_la_SOURCES = medcli_plugin.h medcli_plugin.c \
|
||||
medcli_creds.h medcli_creds.c \
|
||||
medcli_config.h medcli_config.c \
|
||||
medcli_listener.h medcli_listener.c
|
||||
libstrongswan_medcli_la_LDFLAGS = -module
|
||||
libstrongswan_medcli_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@ plugin_LTLIBRARIES = libstrongswan-medsrv.la
|
||||
libstrongswan_medsrv_la_SOURCES = medsrv_plugin.h medsrv_plugin.c \
|
||||
medsrv_creds.h medsrv_creds.c \
|
||||
medsrv_config.h medsrv_config.c
|
||||
libstrongswan_medsrv_la_LDFLAGS = -module
|
||||
libstrongswan_medsrv_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -9,5 +9,5 @@ libstrongswan_nm_la_SOURCES = \
|
||||
nm_service.h nm_service.c \
|
||||
nm_creds.h nm_creds.c \
|
||||
nm_handler.h nm_handler.c
|
||||
libstrongswan_nm_la_LDFLAGS = -module
|
||||
libstrongswan_nm_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_nm_la_LIBADD = ${nm_LIBS}
|
||||
|
||||
@@ -8,6 +8,6 @@ plugin_LTLIBRARIES = libstrongswan-resolv-conf.la
|
||||
libstrongswan_resolv_conf_la_SOURCES = \
|
||||
resolv_conf_plugin.h resolv_conf_plugin.c \
|
||||
resolv_conf_handler.h resolv_conf_handler.c
|
||||
libstrongswan_resolv_conf_la_LDFLAGS = -module
|
||||
libstrongswan_resolv_conf_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@ AM_CFLAGS = -rdynamic -DIPSEC_PIDDIR=\"${piddir}\"
|
||||
|
||||
plugin_LTLIBRARIES = libstrongswan-smp.la
|
||||
libstrongswan_smp_la_SOURCES = smp.h smp.c
|
||||
libstrongswan_smp_la_LDFLAGS = -module
|
||||
libstrongswan_smp_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_smp_la_LIBADD = ${xml_LIBS}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-sql.la
|
||||
libstrongswan_sql_la_SOURCES = sql_plugin.h sql_plugin.c \
|
||||
sql_config.h sql_config.c sql_cred.h sql_cred.c \
|
||||
sql_attribute.h sql_attribute.c sql_logger.h sql_logger.c
|
||||
libstrongswan_sql_la_LDFLAGS = -module
|
||||
libstrongswan_sql_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
ipsec_PROGRAMS = pool
|
||||
pool_SOURCES = pool.c
|
||||
|
||||
@@ -18,5 +18,5 @@ libstrongswan_stroke_la_SOURCES = stroke_plugin.h stroke_plugin.c \
|
||||
stroke_list.h stroke_list.c \
|
||||
stroke_shared_key.h stroke_shared_key.c
|
||||
|
||||
libstrongswan_stroke_la_LDFLAGS = -module
|
||||
libstrongswan_stroke_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ libstrongswan_uci_la_SOURCES = \
|
||||
uci_plugin.h uci_plugin.c uci_parser.h uci_parser.c \
|
||||
uci_config.h uci_config.c uci_creds.h uci_creds.c \
|
||||
uci_control.h uci_control.c
|
||||
libstrongswan_uci_la_LDFLAGS = -module
|
||||
libstrongswan_uci_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_uci_la_LIBADD = -luci
|
||||
|
||||
|
||||
|
||||
@@ -20,5 +20,5 @@ libstrongswan_unit_tester_la_SOURCES = unit_tester.c unit_tester.h tests.h \
|
||||
tests/test_agent.c \
|
||||
tests/test_id.c
|
||||
|
||||
libstrongswan_unit_tester_la_LDFLAGS = -module
|
||||
libstrongswan_unit_tester_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
@@ -7,6 +7,6 @@ plugin_LTLIBRARIES = libstrongswan-updown.la
|
||||
libstrongswan_updown_la_SOURCES = \
|
||||
updown_plugin.h updown_plugin.c \
|
||||
updown_listener.h updown_listener.c
|
||||
libstrongswan_updown_la_LDFLAGS = -module
|
||||
libstrongswan_updown_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user