summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2011-11-26 19:08:20 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2011-11-26 19:08:20 +0000
commitcdb19a2329dfdbafafef44af545c90464b33ca06 (patch)
treec1c248fe66dd340a8bcaa8891bc457942285bf43 /setup.py
parent0fccc10777f47a948825cab83b5adee869747164 (diff)
downloadpsycopg2-cdb19a2329dfdbafafef44af545c90464b33ca06.tar.gz
Prepare for Linux 3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 161efae..542e9ff 100644
--- a/setup.py
+++ b/setup.py
@@ -354,6 +354,8 @@ class psycopg_build_ext(build_ext):
extension.extra_compile_args.append(
'-Wdeclaration-after-statement')
+ finalize_linux3 = finalize_linux2
+
def finalize_options(self):
"""Complete the build system configuation."""
build_ext.finalize_options(self)