pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/43991
The following reply was made to PR pkg/43991; it has been noted by GNATS.
From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/43991
Date: Fri, 22 Oct 2010 14:36:34 -0500 (CDT)
On Fri, 22 Oct 2010, John D. Baker wrote:
> The only one is "/usr/include/dlfcn.h" and it contains the definition
> for RTLD_NEXT, but it's conditional on _POSIX_C_SOURCE being UNdefined.
"/usr/include/dlfcn.h" includes "/usr/include/sys/cdefs.h" which has
several places it attempts to define _POSIX_C_SOURCE.
Inserting
#undef _POSIX_C_SOURCE
#undef _POSIX_SOURCE
#undef _XOPEN_SOURCE
before the inclusion of "dlfcn.h" in "bindtextdomain.c" has been
insufficient to cause "RTLD_NEXT" to become defined.
--
|/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com OpenBSD FreeBSD
| X No HTML/proprietary data in email. BSD just sits there and works!
|/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8F23 E4AD 1645
Home |
Main Index |
Thread Index |
Old Index