From 342112bcd86e44b6c6e123fc998c52d5bba1ad68 Mon Sep 17 00:00:00 2001 From: corecode Date: Tue, 17 Apr 2007 23:20:54 +0000 Subject: [PATCH] Build libc_r before other libs, particularly before libpthread. Fixes world breakage reported by tuxillo, aggelos and chlamydia. --- Makefile.inc1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 6836b3858a..6b52c3327d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile.inc1,v 1.141.2.62 2003/04/06 19:54:00 dwmalone Exp $ -# $DragonFly: src/Makefile.inc1,v 1.103 2007/04/13 12:26:42 corecode Exp $ +# $DragonFly: src/Makefile.inc1,v 1.104 2007/04/17 23:20:54 corecode Exp $ # # Build-time options are documented in make.conf(5). # @@ -916,7 +916,8 @@ _generic_libs+= kerberos5/lib _prebuild_libs+= lib/libcom_err lib/libcrypt lib/libmd \ lib/libncurses/libncurses lib/libopie lib/libradius \ - lib/libskey lib/libtacplus lib/libz lib/libm lib/libpam + lib/libskey lib/libtacplus lib/libz lib/libm lib/libpam \ + lib/libc_r lib/libopie__L lib/libradius__L lib/libtacplus__L: lib/libmd__L lib/libskey__L: lib/libcrypt__L lib/libmd__L -- 2.11.4.GIT