summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiziano Mueller <tm@dev-zero.ch>2008-05-21 12:19:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-21 12:19:38 +0200
commit275595cdf8d5e18e665bfd4189f8061441595cce (patch)
tree813f6e885934a00f86ecd4a7fb72373d796509e5
parent6e97513eea1a6e282365eb01d972e0657cb36baa (diff)
downloadrsyslog-275595cdf8d5e18e665bfd4189f8061441595cce.tar.gz
rsyslog-275595cdf8d5e18e665bfd4189f8061441595cce.tar.xz
rsyslog-275595cdf8d5e18e665bfd4189f8061441595cce.zip
bugfix: missing linker options caused build to fail on some systems.
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
-rw-r--r--ChangeLog2
-rw-r--r--runtime/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1201a6a..22f1a447 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
Version 3.19.3 (rgerhards), 2008-05-??
- bugfix: default syslog port was no longer used if none was
configured. Thanks to varmojfekoj for the patch
+- bugfix: missing linker options caused build to fail on some
+ systems. Thanks to Tiziano Mueller for the patch.
---------------------------------------------------------------------------
Version 3.19.2 (rgerhards), 2008-05-16
- bugfix: TCP input modules did incorrectly set fromhost property
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index a7a2b91e..4a72eed8 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -67,7 +67,7 @@ librsyslog_la_SOURCES = \
librsyslog_la_CPPFLAGS = -D_PATH_MODDIR=\"$(pkglibdir)/\" -I$(top_srcdir) $(pthreads_cflags)
#librsyslog_la_LDFLAGS = -module -avoid-version
-librsyslog_la_LIBADD =
+librsyslog_la_LIBADD = -ldl -lrt
#
# regular expression support