[master] 8791e7a13 VTest2 needs -ldl now
Poul-Henning Kamp
phk at FreeBSD.org
Tue Nov 11 09:32:05 UTC 2025
commit 8791e7a134cd9200f21533761af7874d4a96bd74
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Nov 11 09:31:40 2025 +0000
VTest2 needs -ldl now
diff --git a/bin/varnishtest/Makefile.am b/bin/varnishtest/Makefile.am
index 5138fda22..863287324 100644
--- a/bin/varnishtest/Makefile.am
+++ b/bin/varnishtest/Makefile.am
@@ -74,7 +74,7 @@ varnishtest_LDADD = \
$(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
$(top_builddir)/lib/libvarnish/libvarnish.la \
$(top_builddir)/lib/libvgz/libvgz.la \
- ${PTHREAD_LIBS} ${NET_LIBS} ${LIBM}
+ ${PTHREAD_LIBS} ${NET_LIBS} ${LIBM} -ldl
varnishtest_CFLAGS = \
-DVTEST_WITH_VTC_LOGEXPECT \
More information about the varnish-commit
mailing list