ff826033d0
py-adns is a Python interface to the GNU adns asynchronous DNS resolver library.
15 lines
497 B
Plaintext
15 lines
497 B
Plaintext
$OpenBSD: patch-setup_py,v 1.1.1.1 2008/04/01 13:50:36 jasper Exp $
|
|
--- setup.py.orig Tue Apr 1 14:50:35 2008
|
|
+++ setup.py Tue Apr 1 14:51:35 2008
|
|
@@ -10,8 +10,8 @@ from distutils.extension import Extension
|
|
# do, please mail me the configuration for your platform. Don't
|
|
# forget to include the value of sys.platform and os.name.
|
|
|
|
-include_dirs = []
|
|
-library_dirs = []
|
|
+include_dirs = ['!!PREFIX!!/include']
|
|
+library_dirs = ['!!PREFIX!!/lib']
|
|
runtime_library_dirs = []
|
|
extra_objects = []
|
|
|