pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/42102 - Adjusting __weak_alias in libnbcompat
The following reply was made to PR pkg/42102; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/42102 - Adjusting __weak_alias in libnbcompat
Date: Sat, 02 Jan 2010 11:35:24 +0900
On Sat, 02 Jan 2010 01:40:03 +0900, Joerg Sonnenberger
<joerg%britannica.bec.de@localhost> wrote:
> On Thu, Dec 31, 2009 at 02:00:23PM +0000, David Brownlee wrote:
> > Joerg - would you be happy with the '#ifdef __weak_alias' being '#if
> > defined(__NetBSD__) && defined(__weak_alias)', or do we need to handle
> > more OS variants?
> If OpenBSD provides a broken version, just drop it completely. It's not
> really needed, but I wanted to avoid unnecessary changes compared to the
> libc version.
Ah, about other than db1 part in libnbcompat, __weak_alias is already
surrounded by
#if 0 ... #endif (or #ifdef _LIBC), so remains also should be changed same as
others?
Home |
Main Index |
Thread Index |
Old Index