[master] 27585d899 Link libvarnishapi before libvarnish to only get one copy of vas.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Apr 30 14:54:06 UTC 2021


commit 27585d8992a4d411e1ff157b354eae996c6d2079
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Apr 30 14:52:52 2021 +0000

    Link libvarnishapi before libvarnish to only get one copy of vas.c

diff --git a/bin/varnishtest/Makefile.am b/bin/varnishtest/Makefile.am
index 75f84cb56..30cea03ad 100644
--- a/bin/varnishtest/Makefile.am
+++ b/bin/varnishtest/Makefile.am
@@ -51,8 +51,8 @@ varnishtest_SOURCES = \
 		vtc_varnish.c
 
 varnishtest_LDADD = \
-		$(top_builddir)/lib/libvarnish/libvarnish.la \
 		$(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
+		$(top_builddir)/lib/libvarnish/libvarnish.la \
 		$(top_builddir)/lib/libvgz/libvgz.a \
 		@SAN_LDFLAGS@ \
 		@PCRE_LIBS@ \


More information about the varnish-commit mailing list