From: Joel Rosdahl Date: Thu, 5 Sep 2019 20:02:01 +0000 (+0200) Subject: Set sysconfdir to /etc when dist checking X-Git-Tag: v4.0~794 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b991a308af05c3eb40e520de06be44fb5c20d033;p=thirdparty%2Fccache.git Set sysconfdir to /etc when dist checking This makes the command line stable so that we can get ccache hits. --- diff --git a/dev.mk.in b/dev.mk.in index 2b1fda81c..6d513e9b3 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -143,7 +143,7 @@ define do_distcheck chmod -R a-w $(dist_dir) && \ chmod u+w $(dist_dir)/build && \ cd $(dist_dir)/build && \ - ../configure --enable-more-warnings --prefix=$$tmpdir/root $(1) && \ + ../configure --enable-more-warnings --prefix=$$tmpdir/root --sysconfdir=/etc $(1) && \ $(MAKE) install V=1 && \ $(MAKE) installcheck V=1) && \ chmod -R u+w $$tmpdir/$(dist_dir) && \