• Dridi Boukelmoune's avatar
    Fix vmoddir when using --prefix at configure time · 5e39315e
    Dridi Boukelmoune authored
    Spotted by Martin, when a VMOD relying on varnish.m4 is built with
    --prefix in the configure command-line, a pseudo hard-coded vmoddir
    is assumed:
    
        $libdir/varnish/vmods
    
    Instead, it now asks pkg-config for the vmoddir relative to the
    libdir. It worked in all cases with upstream Varnish Cache, but
    downstream modifications of the vmoddir would then be ignored.
    5e39315e
varnish.m4 8.25 KB