Static PIE has been delayed for quite a while. By pushing hard with pascal
authorderaadt <deraadt@openbsd.org>
Mon, 22 Dec 2014 19:14:59 +0000 (19:14 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 22 Dec 2014 19:14:59 +0000 (19:14 +0000)
towards a wimpy (but sufficient) model, kurt and kettenis got upset enough
to do it the right way, right away before we got out of hand.  Bravo!
We no longer need /sbin/ld.so on the new roadmap.

libexec/ld.so/Makefile

index ad13e0d..4de7343 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.53 2014/12/19 14:19:41 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.54 2014/12/22 19:14:59 deraadt Exp $
 
 SUBDIR=ldconfig ldd
 MAN=   ld.so.1
@@ -24,10 +24,6 @@ SRCS+=       library_mquery.c
 SRCS+= library.c
 .endif
 
-afterinstall:
-       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${.OBJDIR}/ld.so ${DESTDIR}/sbin/ld.so
-
 .include "${.CURDIR}/${MACHINE_CPU}/Makefile.inc"
 .PATH: ${.CURDIR}/${MACHINE_CPU}