From 53148e33b3d1b77ad14028cd2325022e36e9c55e Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 26 Jul 2000 12:10:31 +0000 Subject: * Makefile (HURDLIBS): Reorder libs such that the threads lib comes before the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2. --- nfs/ChangeLog | 7 +++++++ nfs/Makefile | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'nfs') diff --git a/nfs/ChangeLog b/nfs/ChangeLog index 9905bb06..7dfb32d5 100644 --- a/nfs/ChangeLog +++ b/nfs/ChangeLog @@ -1,3 +1,10 @@ +2000-07-26 Mark Kettenis + + * Makefile (HURDLIBS): Reorder libs such that the threads lib + comes before the ports lib. This makes sure the functions in + libthreads properly override the stubs in libports with the new + dynamic linker semantics in glibc 2.2. + 1999-07-10 Roland McGrath * nfs.h: Add #include for munmap decl. diff --git a/nfs/Makefile b/nfs/Makefile index 05fbd90c..12ce9800 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995, 1996, 1997 Free Software Foundation +# Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -25,8 +25,6 @@ target = nfs LCLHDRS = nfs.h mount.h nfs-spec.h SRCS = ops.c rpc.c mount.c nfs.c cache.c consts.c main.c name-cache.c OBJS = $(subst .c,.o,$(SRCS)) -HURDLIBS=ports netfs fshelp threads iohelp +HURDLIBS = netfs fshelp iohelp threads ports include ../Makeconf - - -- cgit v1.2.3