[syslog-ng] [PATCH 1/3] lib/Makefile.am: Do not link libsyslog-ng-crypto to ivykis
Gergely Nagy
algernon at balabit.hu
Mon May 7 23:42:31 CEST 2012
There is no need to link libsyslog-ng-crypto to ivykis, because the
ivykis symbols will either be available via libsyslog-ng, or through
the system installed ivykis.
Signed-off-by: Gergely Nagy <algernon at balabit.hu>
---
lib/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e68c9ae..13b2472 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -13,7 +13,7 @@ libsyslog_ng_la_LDFLAGS = -no-undefined -release @VERSION@
module_LTLIBRARIES = libsyslog-ng-crypto.la
libsyslog_ng_crypto_la_CFLAGS = @UUID_CFLAGS@
-libsyslog_ng_crypto_la_LIBADD = @CORE_DEPS_LIBS@ @OPENSSL_LIBS@ @UUID_LIBS@ libsyslog-ng.la
+libsyslog_ng_crypto_la_LIBADD = @SYSLOGNG_DEPS_LIBS@ @OPENSSL_LIBS@ @UUID_LIBS@ libsyslog-ng.la
libsyslog_ng_crypto_la_LDFLAGS = -no-undefined -avoid-version
# this is intentionally formatted so conflicts are less likely to arise. one name in every line.
--
1.7.10
More information about the syslog-ng
mailing list