]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/Makefile
Add {,sysdep-}ld-library-path make variable
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 13 Nov 2020 19:37:41 +0000 (19:37 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 16 Nov 2020 21:15:20 +0000 (21:15 +0000)
commit3dbbd2ff92b1a0a2465461ee049e3e2813b73fa4
treeeeb38010eb00265c4899cc127f90bbc3e52a89ac
parent1daccf403b1bd86370eb94edca794dc106d02039
Add {,sysdep-}ld-library-path make variable

On GNU/Hurd we not only need $(common-objpfx) in LD_LIBRARY_PATH when loading
dynamic objects, but also $(common-objpfx)/mach and $(common-objpfx)/hurd. This
adds an ld-library-path variable to be used as LD_LIBRARY_PATH basis in
Makefiles, and a sysdep-ld-library-path variable for sysdeps to add some
more paths, here mach/ and hurd/.
Makeconfig
dlfcn/Makefile
elf/Makefile
inet/Makefile
nptl/Makefile
sysdeps/mach/hurd/Makeconfig