From: oetiker Date: Wed, 1 Oct 2008 20:22:57 +0000 (+0000) Subject: since rrdcached uses pthread functions, use the threadsafe version of librrd as well... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb7b1049a14d61a3af636c4ceae7d8acbbee7ea1;p=rrdtool-all.git since rrdcached uses pthread functions, use the threadsafe version of librrd as well. This will also reasolve build problems on boxes there the ptherad functions must be linked explicitly. git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1559 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/Makefile.am b/program/src/Makefile.am index 09bbe86c..820acf6e 100644 --- a/program/src/Makefile.am +++ b/program/src/Makefile.am @@ -105,9 +105,9 @@ rrdtool_DEPENDENCIES = librrd.la rrdtool_LDADD = librrd.la rrdcached_SOURCES = rrd_daemon.c -rrdcached_DEPENDENCIES = librrd.la +rrdcached_DEPENDENCIES = librrd_th.la rrdcached_CPPFLAGS = -DVERSION='"$(VERSION)"' -DLOCALSTATEDIR='"$(localstatedir)"' -rrdcached_LDADD = librrd.la +rrdcached_LDADD = librrd_th.la # strftime is here because we do not usually need it. unices have propper # iso date support