[master] bd844c3 Fix to match varnishd compilation flags

Poul-Henning Kamp phk at FreeBSD.org
Mon Mar 12 20:08:08 UTC 2018


commit bd844c3511d76b4f04a945a463c5a83047f17c26
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 12 20:06:51 2018 +0000

    Fix to match varnishd compilation flags

diff --git a/bin/varnishd/flint.sh b/bin/varnishd/flint.sh
index 0be99fc..8f7ecb8 100755
--- a/bin/varnishd/flint.sh
+++ b/bin/varnishd/flint.sh
@@ -2,7 +2,7 @@
 
 FLOPS='
 	-I../../lib/libvgz
-	-DVARNISHD_IS_NOT_A_VMOD
+	-DNOT_IN_A_VMOD
 	-DVARNISH_STATE_DIR="foo"
 	-DVARNISH_VMOD_DIR="foo"
 	-DVARNISH_VCL_DIR="foo"


More information about the varnish-commit mailing list