]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
build: we don't need to link to librt at all
authorBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 3 May 2024 14:58:16 +0000 (16:58 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 3 May 2024 14:58:16 +0000 (16:58 +0200)
Makefile.am

index 91673afd96dcf68a39dba96e426a4c10f9b2313e..04c5fd777a490a9a4252956e4ad7f2565e785273 100644 (file)
@@ -30,7 +30,7 @@ tests_mlmmj_SOURCES = \
        tests/mlmmj_tests.c
 tests_mlmmj_LDADD = \
        $(top_builddir)/src/libmlmmj.a \
-       @ATF_LIBS@ -lrt
+       @ATF_LIBS@
 
 tests_fakesmtpd_SOURCES = \
        tests/fakesmtpd.c