Patches item #631396, was opened at 2002-10-31 06:11
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=316528&aid=631396&group_id=16528
Category: None
Group: None
>Status: Pending
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Gerhard Häring (ghaering)
Summary: Gentoo Linux patch
Initial Comment:
This file patches setup.py to work
correctly with Gentoo Linux 1.4_rc1.
----------------------------------------------------------------------
Comment By: Gerhard Häring (ghaering)
Date: 2002-11-04 09:17
Message:
Logged In: YES
user_id=163326
Thanks for the pach. However:
elif distribution == 'Gentoo':
cfg.include_dirs = ['/usr/include/pyPgSQL']
cfg.library_dirs = ['/usr/lib']
is this meant to work? I somehow doubt that the directory
with the PostgreSQL header files is called
'/usr/include/pyPgSQL', even on Gentoo Linux ;-)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=316528&aid=631396&group_id=16528
|