aboutsummaryrefslogtreecommitdiff
path: root/rpkid/setup.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-11-15 22:13:53 +0000
committerRob Austein <sra@hactrn.net>2012-11-15 22:13:53 +0000
commit756fdbe0d7eda1e98663c62bb3e57f2c18e88ee1 (patch)
treec0af81a5987e9859d12a0323d0d240f58d8b2f36 /rpkid/setup.py
parent713507be1695d8f2f278ab925d58defc58eff2aa (diff)
parent11f3b8df179a16ebe1446dab620522ac97e3c327 (diff)
Merge tk274 performance work back to trunk. Closes #274.
svn path=/trunk/; revision=4878
Diffstat (limited to 'rpkid/setup.py')
-rw-r--r--rpkid/setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rpkid/setup.py b/rpkid/setup.py
index 28a447e1..2695ceba 100644
--- a/rpkid/setup.py
+++ b/rpkid/setup.py
@@ -1,6 +1,6 @@
# $Id$
#
-# Copyright (C) 2011 Internet Systems Consortium ("ISC")
+# Copyright (C) 2011-2012 Internet Systems Consortium ("ISC")
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -37,6 +37,8 @@ ac_libexecdir = os.getenv("AC_LIBEXECDIR", "").strip()
# this insanity is to kludge around pre-existing OpenSSL libraries
# that would screw up our build without these gymnastics.
+# pylint: disable=W0622
+
pow = Extension("rpki.POW._POW", ["ext/POW.c"],
extra_compile_args = ac_cflags,
extra_link_args = ac_ldflags + ac_libs)