[Patches] [ python-Patches-1006629 ] Match Solaris def'n of _XOPEN_SOURCE

SourceForge.net noreply at sourceforge.net
Sun Aug 15 16:09:06 CEST 2004


Patches item #1006629, was opened at 2004-08-10 10:00
Message generated for change (Comment added) made by montanaro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1006629&group_id=5470

Category: Build
Group: Python 2.4
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Skip Montanaro (montanaro)
Summary: Match Solaris def'n of _XOPEN_SOURCE

Initial Comment:
Per discussion on python-dev attached is a patch that
causes the _XOPEN_SOURCE definition to match that
defined by G++ on Solaris.  This is the simplest
patch I could come up with.  Perhaps better would be 
to discover the value and use that instead of simply
setting it to 500.  My configure skills weren't up to the
task though.


----------------------------------------------------------------------

>Comment By: Skip Montanaro (montanaro)
Date: 2004-08-15 09:09

Message:
Logged In: YES 
user_id=44345

Checked in as configure.in 1.466, configure 1.453


----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2004-08-12 08:09

Message:
Logged In: YES 
user_id=21627

The patch is fine. Please apply.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1006629&group_id=5470


More information about the Patches mailing list