From 4f7b9235b8453e58d093a0641557f816cb8fa388 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 26 Jul 2000 00:39:59 +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. --- auth/ChangeLog | 7 +++++++ auth/Makefile | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'auth') diff --git a/auth/ChangeLog b/auth/ChangeLog index ea7f0fb4..dbf923a8 100644 --- a/auth/ChangeLog +++ b/auth/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-05-13 Roland McGrath * auth.c (S_auth_server_authenticate, S_auth_user_authenticate): If diff --git a/auth/Makefile b/auth/Makefile index da41cdd0..da7f8e23 100644 --- a/auth/Makefile +++ b/auth/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 93, 94, 95, 96 Free Software Foundation, Inc. +# Copyright (C) 1991, 93, 94, 95, 96, 2000 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -22,7 +22,7 @@ SRCS = auth.c OBJS = auth.o authServer.o auth_replyUser.o LCLHDRS = authmutations.h auth_mig.h target = auth -HURDLIBS=ports threads ihash shouldbeinlibc +HURDLIBS = threads ports ihash shouldbeinlibc MIGSFLAGS = -imacros $(srcdir)/authmutations.h -- cgit v1.2.3