blob: 0fa6e5ee4b6f7885477a60504a96e7fc3ef70805 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Index: psycopg2-2.5/setup.py
===================================================================
--- psycopg2-2.5.orig/setup.py
+++ psycopg2-2.5/setup.py
@@ -377,9 +377,9 @@ class psycopg_build_ext(build_ext):
self.libraries.append("pq")
try:
- self.library_dirs.append(pg_config_helper.query("libdir"))
- self.include_dirs.append(pg_config_helper.query("includedir"))
- self.include_dirs.append(pg_config_helper.query("includedir-server"))
+ #self.library_dirs.append(pg_config_helper.query("libdir"))
+ #self.include_dirs.append(pg_config_helper.query("includedir"))
+ #self.include_dirs.append(pg_config_helper.query("includedir-server"))
try:
# Here we take a conservative approach: we suppose that
# *at least* PostgreSQL 7.4 is available (this is the only
|