14
0
OBS User unknown
2006-10-27 12:12:44 +00:00
committed by Git OBS Bridge
parent 9d2d2cb25d
commit 4ae728a348

11
psycopg2-stfu.patch Normal file
View File

@@ -0,0 +1,11 @@
Index: psycopg2-2.0.2/setup.cfg
===================================================================
--- psycopg2-2.0.2.orig/setup.cfg 2006-06-11 10:06:18.000000000 -0300
+++ psycopg2-2.0.2/setup.cfg 2006-07-26 23:25:57.000000000 -0300
@@ -1,5 +1,5 @@
[build_ext]
-define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
+define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3