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 Tetlow 2003-08-17 18:50:56 +00:00
parent b18ac9358c
commit a857d9305c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119044

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>