From cdb19a2329dfdbafafef44af545c90464b33ca06 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 26 Nov 2011 19:08:20 +0000 Subject: [PATCH] Prepare for Linux 3 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 161efaef..542e9ff0 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)