summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>2017-05-28 00:13:44 +0000
committerrgrimes <rgrimes@FreeBSD.org>2017-05-28 00:13:44 +0000
commit7b22440eb5f01e847c821a26b55d371ee16ffd0c (patch)
treedd2d27483850abe4595f54335b64e3255faa34ed /libexec
parent9552b8fb5e4bd7d4288591e33b8784fb8614b8d2 (diff)
downloadFreeBSD-src-7b22440eb5f01e847c821a26b55d371ee16ffd0c.zip
FreeBSD-src-7b22440eb5f01e847c821a26b55d371ee16ffd0c.tar.gz
MFC r314833
Convert absolute links to relative links. Style.Makefile(9) has been ignored to produce minimal diffs. MFC r314837 The relative symlink fix causes downstream issues for EMC DELL Isilon so revert the relative symlink fix pending a better solution. Reported by: ngie MFC r315091 Revert r314833 until the problem with INSTALL_RSYMLINKS can be found as it appears to break arm release builds. PR: 217705 Reported by: cyclaero@gmail.com Approved by: grehan (mentor)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index 7efe2f2..01ccace 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -34,7 +34,7 @@ WARNS?= 2
INSTALLFLAGS= -C -b
PRECIOUSPROG=
BINDIR= /libexec
-SYMLINKS= ${BINDIR}/${PROG} ${LIBEXECDIR}/${PROG}
+SYMLINKS= ../..${BINDIR}/${PROG} ${LIBEXECDIR}/${PROG}
MLINKS= rtld.1 ld-elf.so.1.1 \
rtld.1 ld.so.1
OpenPOWER on IntegriCloud