Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.

This commit is contained in:
Charles-François Natali 2012-04-12 19:07:25 +02:00
parent e7bade568e
commit 5739e102dd
3 changed files with 7 additions and 0 deletions

View File

@ -783,6 +783,7 @@ Andy Robinson
Mark Roddy
Kevin Rodgers
Giampaolo Rodola
Adi Roiban
Mike Romberg
Armin Ronacher
Case Roole

View File

@ -131,6 +131,8 @@ Extension Modules
Build
-----
- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
- Issue #14437: Fix building the _io module under Cygwin.
- Issue #14387: Do not include accu.h from Python.h.

View File

@ -467,6 +467,10 @@ class PyBuildExt(build_ext):
if platform in ['osf1', 'unixware7', 'openunix8']:
lib_dirs += ['/usr/ccs/lib']
# HP-UX11iv3 keeps files in lib/hpux folders.
if platform == 'hp-ux11':
lib_dirs += ['/usr/lib/hpux64', '/usr/lib/hpux32']
if platform == 'darwin':
# This should work on any unixy platform ;-)
# If the user has bothered specifying additional -I and -L flags