From 57ce87a940071a152a27e1e1be1dc9eced55ca6c Mon Sep 17 00:00:00 2001 From: Romain Geissler Date: Sun, 26 Mar 2023 20:00:14 +0000 Subject: support: introduce support_sysconfdir_prefix Reviewed-by: Adhemerval Zanella --- support/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'support/Makefile') diff --git a/support/Makefile b/support/Makefile index 05b31159ea..71d5148513 100644 --- a/support/Makefile +++ b/support/Makefile @@ -231,7 +231,8 @@ CFLAGS-support_paths.c = \ -DSBINDIR_PATH=\"$(sbindir)\" \ -DSLIBDIR_PATH=\"$(slibdir)\" \ -DROOTSBINDIR_PATH=\"$(rootsbindir)\" \ - -DCOMPLOCALEDIR_PATH=\"$(complocaledir)\" + -DCOMPLOCALEDIR_PATH=\"$(complocaledir)\" \ + -DSYSCONFDIR_PATH=\"$(sysconfdir)\" # In support_timespec_check_in_range we may be passed a very tight # range for which we should produce a correct result for expected -- cgit v1.2.3