]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Set sysconfdir to /etc when dist checking
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Sep 2019 20:02:01 +0000 (22:02 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Sep 2019 20:11:09 +0000 (22:11 +0200)
This makes the command line stable so that we can get ccache hits.

dev.mk.in

index 2b1fda81c81a8bb69864061c93dd92985a1168e8..6d513e9b36fcfbc80d4a0e877c9421959bedeb48 100644 (file)
--- 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) && \