mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
support: Export bindir path on support_path
Checked on x86_64-linux-gnu. * support/Makefile (CFLAGS-support_paths.c): Add -DBINDIR_PATH. * support/support.h (support_bindir_prefix): New variable. * support/support_paths.c [BINDIR_PATH] (support_bindir_prefix): Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
@@ -57,3 +57,10 @@ const char support_libdir_prefix[] = LIBDIR_PATH;
|
||||
#else
|
||||
# error please -DLIBDIR_PATH=something in the Makefile
|
||||
#endif
|
||||
|
||||
#ifdef BINDIR_PATH
|
||||
/* Corresponds to the install's bin/ directory. */
|
||||
const char support_bindir_prefix[] = BINDIR_PATH;
|
||||
#else
|
||||
# error please -DBINDIR_PATH=something in the Makefile
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user