added -avoid-version to LDFLAGS, plugins are not versioned

This commit is contained in:
Martin Willi
2009-07-03 08:57:11 +02:00
parent 7afd9d6672
commit 00fcc0f8f3
47 changed files with 47 additions and 47 deletions
@@ -16,6 +16,6 @@ libstrongswan_openssl_la_SOURCES = openssl_plugin.h openssl_plugin.c \
openssl_ec_private_key.c openssl_ec_private_key.h \
openssl_ec_public_key.c openssl_ec_public_key.h
libstrongswan_openssl_la_LDFLAGS = -module
libstrongswan_openssl_la_LDFLAGS = -module -avoid-version
libstrongswan_openssl_la_LIBADD = -lcrypto