Date: Tue, 28 Sep 2004 04:40:31 GMT From: Xin LI <delphij@frontfree.net> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/72138: libc.so.5 isn't installed in a safe way Message-ID: <200409280440.i8S4eVvY055795@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/72138; it has been noted by GNATS. From: Xin LI <delphij@frontfree.net> To: Matthias Andree <matthias.andree@web.de> Cc: FreeBSD-gnats-submit@FreeBSD.org, current@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/72138: libc.so.5 isn't installed in a safe way Date: Tue, 28 Sep 2004 12:33:51 +0800 (-CURRENT is cc'ed for a boarder review) I fell like this idea, and here is the patch for review: Index: Makefile =================================================================== RCS file: /r/ncvs/src/lib/libc/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- Makefile 14 May 2004 12:04:29 -0000 1.52 +++ Makefile 28 Sep 2004 04:30:26 -0000 @@ -16,6 +16,7 @@ CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH} CLEANFILES+=tags +SHLINSTALLFLAGS+= -S INSTALL_PIC_ARCHIVE= yes PRECIOUSLIB= yes It's also available here: http://people.freebsd.org/~delphij/patch-libc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409280440.i8S4eVvY055795>