added -avoid-version to LDFLAGS, plugins are not versioned
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user