about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-12-11 17:24:08 +0100
committerFlorian Weimer <fweimer@redhat.com>2020-12-11 18:30:57 +0100
commitcb81264fd9973cd95bbc71495185b98979d28918 (patch)
tree16495644fed9aebadf133440b05a3c97f6d23991 /support/Makefile
parentcd543b5eb3642d76e365a131ce676f31fe3f1dd4 (diff)
downloadglibc-cb81264fd9973cd95bbc71495185b98979d28918.tar.gz
glibc-cb81264fd9973cd95bbc71495185b98979d28918.tar.xz
glibc-cb81264fd9973cd95bbc71495185b98979d28918.zip
support: Add support_slibdir_prefix variable
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index f5f59bf8d2..3198eb5022 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -196,6 +196,7 @@ CFLAGS-support_paths.c = \
 		-DLIBDIR_PATH=\"$(libdir)\" \
 		-DBINDIR_PATH=\"$(bindir)\" \
 		-DSBINDIR_PATH=\"$(sbindir)\" \
+		-DSLIBDIR_PATH=\"$(slibdir)\" \
 		-DROOTSBINDIR_PATH=\"$(rootsbindir)\" \
 		-DCOMPLOCALEDIR_PATH=\"$(complocaledir)\"