summaryrefslogtreecommitdiffstats
path: root/lang/python-ldap/patches/010-setup_cfg.patch
blob: 372e9d230dfc20fb7e3eab733abaa6ee9e0a2f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Dmitrij Trefilov <the-alien@live.ru>

Subject: [PATCH] lang: removed hardcoded include and library directories from setup.cfg
Signed-off-by: Dmitrij Trefilov <the-alien@live.ru>
---
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [_ldap]
-library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
-include_dirs = /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl
+library_dirs = 
+include_dirs = 
 defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
 extra_compile_args = 
 extra_objects =