diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-20 00:15:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-20 00:15:00 +0000 |
commit | b0a01055eb0ff324fd5e2b44fa9687035e5f3204 (patch) | |
tree | 9f51b2cc47610c6266f274c22932d90657a6be6b /iconvdata | |
parent | 310930c1b53bf795e62572d7b7f2fe384cbdc0d4 (diff) | |
download | glibc-b0a01055eb0ff324fd5e2b44fa9687035e5f3204.tar glibc-b0a01055eb0ff324fd5e2b44fa9687035e5f3204.tar.gz glibc-b0a01055eb0ff324fd5e2b44fa9687035e5f3204.tar.bz2 glibc-b0a01055eb0ff324fd5e2b44fa9687035e5f3204.zip |
Update.
1998-05-20 00:10 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-load.c: Rename option and variable from ignore-rpath to
inhibit-rpath.
* elf/dl-support.c: Likewise.
* elf/ldsodefs.h: Likewise.
* elf/rtld.c: Likewise.
* iconvdata/run-iconv-test.sh: Likewise.
Diffstat (limited to 'iconvdata')
-rwxr-xr-x | iconvdata/run-iconv-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/run-iconv-test.sh b/iconvdata/run-iconv-test.sh index 90ab8b7fe5..17f58ba41c 100755 --- a/iconvdata/run-iconv-test.sh +++ b/iconvdata/run-iconv-test.sh @@ -36,7 +36,7 @@ export GCONV_PATH LIBPATH=$codir:$codir/iconvdata # How the start the iconv(1) program. -ICONV='$codir/elf/ld.so --library-path $LIBPATH --ignore-rpath ${from}.so \ +ICONV='$codir/elf/ld.so --library-path $LIBPATH --inhibit-rpath ${from}.so \ $codir/iconv/iconv_prog' # We read the file named TESTS. All non-empty lines not starting with |