diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2003-08-17 18:50:56 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2003-08-17 18:50:56 +0000 |
commit | a857d9305c202826dbbec4b8dc46d3374f09382b (patch) | |
tree | 7d615d8accc9a300ecfef087a559736178c909b2 /libexec | |
parent | b18ac9358cdd7d18897fb7bc73610f6fd6cb1853 (diff) |
Notes
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 7a16426b16129..4d3b9683b6785 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -52,6 +52,11 @@ LDADD= -lc_pic dyn_hack.so: ${CC} -shared -nostdlib -o dyn_hack.so -x c /dev/null +# Since moving rtld-elf to /libexec, we need to create a symlink. +# Fixup the existing binary that's there so we can symlink over it. +beforeinstall: + -chflags noschg /usr/libexec/ld-elf.so.1 + .PATH: ${.CURDIR}/${MACHINE_ARCH} .include <bsd.prog.mk> |