about summary refs log tree commit diff
path: root/support/support_paths.c
diff options
context:
space:
mode:
authorAlexandra Hájková <ahajkova@redhat.com>2019-05-13 19:31:53 +0200
committerAlexandra Hajkova <ahajkova@redhat.com>2019-05-15 11:37:26 +0200
commitd50f09181eca10a91fd9035bb90711b265770dc9 (patch)
tree2883289b41a386834fc7601bc44ecaf28975e308 /support/support_paths.c
parent7ac6fad987c28dc5e0e7964084260f163179be68 (diff)
downloadglibc-d50f09181eca10a91fd9035bb90711b265770dc9.tar.gz
glibc-d50f09181eca10a91fd9035bb90711b265770dc9.tar.xz
glibc-d50f09181eca10a91fd9035bb90711b265770dc9.zip
support: Add support_install_rootsbindir
Reviewed by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'support/support_paths.c')
-rw-r--r--support/support_paths.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/support/support_paths.c b/support/support_paths.c
index 75634aab9a..1fe32835b1 100644
--- a/support/support_paths.c
+++ b/support/support_paths.c
@@ -64,3 +64,10 @@ const char support_bindir_prefix[] = BINDIR_PATH;
 #else
 # error please -DBINDIR_PATH=something in the Makefile
 #endif
+
+#ifdef ROOTSBINDIR_PATH
+/* Corresponds to the install's sbin/ directory.  */
+const char support_install_rootsbindir[] = ROOTSBINDIR_PATH;
+#else
+# error please -DROOTSBINDIR_PATH=something in the Makefile
+#endif