From ff049659496b1d85216c22663e23684fd4f5852e Mon Sep 17 00:00:00 2001 From: Dridi Boukelmoune Date: Wed, 26 Jun 2019 09:41:34 +0200 Subject: [PATCH] Use the same ${pkgsysconfdir} everywhere The pkg-config file wasn't using the one defined by the configure script and could lead to a mismatch if the package name changes. --- varnishapi.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnishapi.pc.in b/varnishapi.pc.in index 64419524646..694f3a2326d 100644 --- a/varnishapi.pc.in +++ b/varnishapi.pc.in @@ -4,7 +4,7 @@ bindir=@bindir@ sbindir=@sbindir@ libdir=@libdir@ sysconfdir=@sysconfdir@ -pkgsysconfdir=${sysconfdir}/@PACKAGE@ +pkgsysconfdir=@pkgsysconfdir@ includedir=@includedir@ pkgincludedir=${includedir}/@PACKAGE@ datarootdir=@datarootdir@