[syslog-ng] [PATCH 1/2] libsyslog-ng: Use the syslog-ng version in the SONAME.
Gergely Nagy
algernon at balabit.hu
Mon Aug 29 21:17:59 CEST 2011
Use the -release flag of libtool to put the syslog-ng version into the
SONAME.
Signed-off-by: Gergely Nagy <algernon at balabit.hu>
---
lib/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6527bc8..8c8334d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -9,7 +9,7 @@ export top_srcdir
lib_LTLIBRARIES = libsyslog-ng.la
libsyslog_ng_la_LIBADD = @CORE_DEPS_LIBS@
-libsyslog_ng_la_LDFLAGS = -no-undefined
+libsyslog_ng_la_LDFLAGS = -no-undefined -release @VERSION@
module_LTLIBRARIES = libsyslog-ng-crypto.la
libsyslog_ng_crypto_la_LIBADD = @CORE_DEPS_LIBS@ libsyslog-ng.la
--
1.7.5.4
More information about the syslog-ng
mailing list