Don't forget to chflags noschg the existing binary so we can symlink

over it safely.

Pointed out by:	yosimoto@waishi.jp
This commit is contained in:
gordon 2003-08-17 18:50:56 +00:00
parent c0148bbfb8
commit 61391bcbeb

View File

@ -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>