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