diff options
| author | Martin Willi <martin@strongswan.org> | 2009-07-03 08:57:11 +0200 |
|---|---|---|
| committer | Martin Willi <martin@strongswan.org> | 2009-07-03 08:57:11 +0200 |
| commit | 00fcc0f8f3c15b436bd8e322cd5d8e200eda9109 (patch) | |
| tree | e10c94ff0f2dc052eb84e79bcb6b06b3e92b1b39 /src/charon/plugins/sql | |
| parent | 7afd9d667217be43797606dff9252b65accd48f9 (diff) | |
| download | strongswan-00fcc0f8f3c15b436bd8e322cd5d8e200eda9109.tar.bz2 strongswan-00fcc0f8f3c15b436bd8e322cd5d8e200eda9109.tar.xz | |
added -avoid-version to LDFLAGS, plugins are not versioned
Diffstat (limited to 'src/charon/plugins/sql')
| -rw-r--r-- | src/charon/plugins/sql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/sql/Makefile.am b/src/charon/plugins/sql/Makefile.am index ea39ce0d5..bf4963f29 100644 --- a/src/charon/plugins/sql/Makefile.am +++ b/src/charon/plugins/sql/Makefile.am @@ -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 |
