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