hurd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

glibc-2.2.5 patches (was Re: ioperm)


From: Jeff Bailey
Subject: glibc-2.2.5 patches (was Re: ioperm)
Date: Sun, 28 Apr 2002 13:33:58 -0700
User-agent: Mutt/1.3.28i

On Sun, Apr 28, 2002 at 04:10:16PM -0400, Roland McGrath wrote:

> Are there any other patches you are building with?  I would like to
> get all the fixes there are into the 2.2 branch and then I can push
> for a 2.2.6 release.

The Debian glibc package contains this patch:

--- sysdeps/mach/hurd/Makefile  Tue Dec 22 19:15:49 1998
+++ sysdeps/mach/hurd/Makefile  Sun Dec 20 12:08:05 1998
@@ -116,6 +116,8 @@
               $(common-objpfx)hurd/libhurduser.so
 $(common-objpfx)libc.so: $(rpcuserlibs)
 rpath-dirs += mach hurd
+LDFLAGS-machuser.so = -nostdlib -nostartfiles
+LDFLAGS-hurduser.so = -nostdlib -nostartfiles
 
 # And get them into the libc.so ldscript.
 $(inst_libdir)/libc.so: $(rpcuserlibs)


The only explanation is:

# DP: avoid linking libmachuser and libhurduser against libc

But it's not attributed to anyone, and there's no explanation for why
it's there.

-- 
 One of the great things about books is sometimes
 there are some fantastic pictures.
 -- George W. Bush 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]