mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-11 12:10:50 +03:00
Update.
1999-03-05 Ulrich Drepper <drepper@cygnus.com> * posix/globtest.sh: Make common_objpfx path absolute and and db2 and hesiod directory to library path [PR libc/1007].
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
1999-03-05 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* posix/globtest.sh: Make common_objpfx path absolute and and db2
|
||||
and hesiod directory to library path [PR libc/1007].
|
||||
|
||||
1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||
|
||||
* resolv/inet_addr.c (inet_aton): Don't allow componets >
|
||||
|
@@ -4,8 +4,17 @@ common_objpfx=$1; shift
|
||||
elf_objpfx=$1; shift
|
||||
rtld_installed_name=$1; shift
|
||||
|
||||
# We have to make the paths `common_objpfx' absolute.
|
||||
case "$common_objpfx" in
|
||||
.*)
|
||||
common_objpfx="`pwd`/$common_objpfx"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
# We have to find the libc and the NSS modules.
|
||||
library_path=${common_objpfx}:${common_objpfx}nss:${common_objpfx}nis
|
||||
library_path=${common_objpfx}:${common_objpfx}nss:${common_objpfx}nis:${common_objpfx}db2:${common_objpfx}hesiod
|
||||
|
||||
# Since we use `sort' we must make sure to use the same locale everywhere.
|
||||
LC_ALL=C
|
||||
|
Reference in New Issue
Block a user