Date: Tue, 11 Jan 2005 16:15:14 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: Giorgos Keramidas <keramida@freebsd.org> Cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-aout Makefile dynamic.hmd-prologue.c rtld.1aout rtld.c shlib.c shlib.h support.c support.h mdprologue.S Message-ID: <20050111141514.GB63677@ip.net.ua> In-Reply-To: <20050111135411.GA65973@orion.daedalusnetworks.priv> References: <200501110615.j0B6FJ1e044702@repoman.freebsd.org> <20050111141628.Q4043@pcle2.cc.univie.ac.at> <20050111135411.GA65973@orion.daedalusnetworks.priv>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Tue, Jan 11, 2005 at 03:54:11PM +0200, Giorgos Keramidas wrote:
> On 2005-01-11 14:17, Lukas Ertl <le@FreeBSD.org> wrote:
> >On Tue, 11 Jan 2005, Tom Rhodes wrote:
> >> Log:
> >> Remove a.out runtime linker. It doesn't build and was removed from the
> >> build over two years ago by peter.
> >
> > This breaks buildworld in sbin/ldconfig.
>
> A repocopy of shlib.[ch] and support.[ch] from src/libexec/rtld-aout
> into src/sbin/ldconfig and the following patch in src/sbin/ldconfig
> fixed the build of ldconfig here:
>
> % Index: Makefile
> % ===================================================================
> % RCS file: /home/ncvs/src/sbin/ldconfig/Makefile,v
> % retrieving revision 1.19
> % diff -u -r1.19 Makefile
> % --- Makefile 23 Feb 2004 20:13:53 -0000 1.19
> % +++ Makefile 11 Jan 2005 13:48:11 -0000
> % @@ -2,11 +2,8 @@
> %
> % PROG= ldconfig
> % SRCS= elfhints.c ldconfig.c shlib.c support.c
> % -LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
> % -CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
> % +CFLAGS+=-I${.CURDIR}
> % WARNS?= 0
> % MAN= ldconfig.8
> %
> % -.PATH: ${LDDIR}
> % -
> % .include <bsd.prog.mk>
>
> Note, however, that I haven't had the chance to test the resulting
> ldconfig binary. I need my workstation to do other work and cannot boot
> it into a test install.
>
The resulting binary has an identical MD5 checksum.
Cheers,
--
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)
iD8DBQFB499yqRfpzJluFF4RAl0XAJwNkqJY1K1NgVg6s9mqAJjGSmQ73gCglYfu
cPdUtmOLe1m3RSGgf+SNvtw=
=0njy
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050111141514.GB63677>
