14
0
OBS User unknown
2007-01-20 01:55:56 +00:00
committed by Git OBS Bridge
parent 12040492a3
commit 31231d5b13

View File

@@ -1,14 +0,0 @@
Index: psycopg2-2.0.2/setup.py
===================================================================
--- psycopg2-2.0.2.orig/setup.py 2006-06-11 10:32:10.000000000 -0300
+++ psycopg2-2.0.2/setup.py 2006-06-22 03:39:56.000000000 -0300
@@ -265,6 +265,9 @@ if sys.platform != 'win32':
else:
define_macros.append(('PSYCOPG_VERSION', '\\"'+PSYCOPG_VERSION_EX+'\\"'))
+# PostgreSQL include directory
+include_dirs.append('/usr/include/pgsql')
+
# build the extension
sources = map(lambda x: os.path.join('psycopg', x), sources)