summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-11 17:11:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-11 17:11:00 +0200
commit8c3d40b798e3ed68fb03629d87b55140cb6bc044 (patch)
treeb6320896b01d58c083e82a0b5c22e13240dcc6f2 /tools
parented324a9a610f91f54514eb713ff5593bde1012e6 (diff)
downloadrsyslog-8c3d40b798e3ed68fb03629d87b55140cb6bc044.tar.gz
rsyslog-8c3d40b798e3ed68fb03629d87b55140cb6bc044.tar.xz
rsyslog-8c3d40b798e3ed68fb03629d87b55140cb6bc044.zip
removed need for math library
by doing math a little bit more optimal in hash table code. Also reduced memory requirement for imuxsock hash tables (expected number of connections was set too high -- table can be extended dynamically).
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 6541194a..96657ad4 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -36,7 +36,7 @@ rsyslogd_SOURCES = \
\
../dirty.h
rsyslogd_CPPFLAGS = $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
-rsyslogd_LDADD = $(ZLIB_LIBS) $(PTHREADS_LIBS) $(RSRT_LIBS) $(SOL_LIBS) -lm
+rsyslogd_LDADD = $(ZLIB_LIBS) $(PTHREADS_LIBS) $(RSRT_LIBS) $(SOL_LIBS)
rsyslogd_LDFLAGS = -export-dynamic
if ENABLE_DIAGTOOLS