]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change /usr/libexec/ld-elf.so.1 to point at ../../libexec/ld-elf.so.1
authorpjd <pjd@FreeBSD.org>
Tue, 4 Dec 2012 12:39:26 +0000 (12:39 +0000)
committerpjd <pjd@FreeBSD.org>
Tue, 4 Dec 2012 12:39:26 +0000 (12:39 +0000)
commit82729d86f3edb1ec276413f1487796e84464726c
treec627c4e7069b8da75c5c30657d45712eb625edce
parentca0235c9502df6e25f0f8b61929dea4ddd8ce279
Change /usr/libexec/ld-elf.so.1 to point at ../../libexec/ld-elf.so.1
instead of /libexec/ld-elf.so.1. Below in the Makefile we execute
'chflags noschg ${DESTDIR}/usr/libexec/ld-elf.so.1', which follows
symlink and removes 'schg' flag from system's /libexec/ld-elf.so.1
instead of the one in DESTDIR. It is also more friendly to use
replative paths in symlink in case of jail/chroot environments.

Obtained from: WHEEL Systems
MFC after: 2 weeks
libexec/rtld-elf/Makefile