summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-24 16:06:05 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-24 16:06:05 +0100
commitedd3b75417caafeb1c6476c2958a970d8f799437 (patch)
tree982a1c7b39a4fd2c3062a81208e037d8058eb52d /lib
parentc515ced437047b459cfce6b6a34eb572558566f9 (diff)
downloadlibumberlog-edd3b75417caafeb1c6476c2958a970d8f799437.tar.gz
libumberlog-edd3b75417caafeb1c6476c2958a970d8f799437.tar.xz
libumberlog-edd3b75417caafeb1c6476c2958a970d8f799437.zip
More portability fixes
While on glibc-based systems, we need -ldl (for dlopen) and -lrt (for clock_gettime), FreeBSD has both in libc, and does not have these extra libraries. Teach configure about this. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 030ae4e..768484e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,7 +4,7 @@ LUL_AGE = 0
lib_LTLIBRARIES = libumberlog.la
libumberlog_la_LDFLAGS = -Wl,--version-script,${srcdir}/libumberlog.ld
-libumberlog_la_LIBADD = @JSON_LIBS@ -ldl -lrt
+libumberlog_la_LIBADD = @JSON_LIBS@
libumberlog_la_CFLAGS = @JSON_CFLAGS@
libumberlog_la_SOURCES = umberlog.c umberlog.h