Commit f62e60dc authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Polish: s/varnishconfdir/pkgsysconfdir/

For consistency.
parent 5cc29168
...@@ -148,7 +148,7 @@ varnishd_CFLAGS = \ ...@@ -148,7 +148,7 @@ varnishd_CFLAGS = \
-DVARNISHD_IS_NOT_A_VMOD \ -DVARNISHD_IS_NOT_A_VMOD \
-DVARNISH_STATE_DIR='"${VARNISH_STATE_DIR}"' \ -DVARNISH_STATE_DIR='"${VARNISH_STATE_DIR}"' \
-DVARNISH_VMOD_DIR='"${pkglibdir}/vmods"' \ -DVARNISH_VMOD_DIR='"${pkglibdir}/vmods"' \
-DVARNISH_VCL_DIR='"${varnishconfdir}:${pkgdatadir}"' -DVARNISH_VCL_DIR='"${pkgsysconfdir}:${pkgdatadir}"'
varnishd_LDFLAGS = -export-dynamic varnishd_LDFLAGS = -export-dynamic
......
...@@ -505,8 +505,8 @@ VARNISH_STATE_DIR='${localstatedir}/varnish' ...@@ -505,8 +505,8 @@ VARNISH_STATE_DIR='${localstatedir}/varnish'
AC_SUBST(VARNISH_STATE_DIR) AC_SUBST(VARNISH_STATE_DIR)
# Default configuration directory. # Default configuration directory.
varnishconfdir='${sysconfdir}/varnish' pkgsysconfdir='${sysconfdir}/varnish'
AC_SUBST(varnishconfdir) AC_SUBST(pkgsysconfdir)
# Check for linker script support # Check for linker script support
gl_LD_VERSION_SCRIPT gl_LD_VERSION_SCRIPT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment