[master] 76fdce8c1 Link libvarnishapi before libvarnish to get a consistent vas.c

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


commit 76fdce8c108ae36396f1e8c3cf9243810cfeb341
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Apr 30 16:18:54 2021 +0000

    Link libvarnishapi before libvarnish to get a consistent vas.c

diff --git a/bin/varnishadm/Makefile.am b/bin/varnishadm/Makefile.am
index 0d0c8e709..2b4c31369 100644
--- a/bin/varnishadm/Makefile.am
+++ b/bin/varnishadm/Makefile.am
@@ -12,7 +12,7 @@ varnishadm_CFLAGS = @LIBEDIT_CFLAGS@ \
 	@SAN_CFLAGS@
 
 varnishadm_LDADD = \
-	$(top_builddir)/lib/libvarnish/libvarnish.la \
 	$(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
+	$(top_builddir)/lib/libvarnish/libvarnish.la \
 	${PTHREAD_LIBS} ${RT_LIBS} ${NET_LIBS} @LIBEDIT_LIBS@ ${LIBM} \
 	@SAN_LDFLAGS@


More information about the varnish-commit mailing list