summaryrefslogtreecommitdiff
path: root/community/python2-ldap
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
commitedec45419def1b81bd663a2859684ef55ba56269 (patch)
treecaa3c2d5f4e55b38e7740a39d80a21507679c586 /community/python2-ldap
parent483f7de4ab6a706517279a24d2efc969f4a1996d (diff)
Mon May 28 20:14:39 UTC 2012
Diffstat (limited to 'community/python2-ldap')
-rw-r--r--community/python2-ldap/setup.cfg.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/community/python2-ldap/setup.cfg.patch b/community/python2-ldap/setup.cfg.patch
deleted file mode 100644
index 77444c04a..000000000
--- a/community/python2-ldap/setup.cfg.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- setup.cfg 2006-11-15 20:26:26.000000000 +0300
-+++ setup.cfg.my 2007-06-25 16:19:24.000000000 +0400
-@@ -7,14 +7,14 @@
- # for wrapping OpenLDAP 2 libs
- [_ldap]
-
--library_dirs = /usr/local/openldap-2.3/lib
--include_dirs = /usr/local/openldap-2.3/include /usr/include/sasl
-+library_dirs = /usr/lib
-+include_dirs = /usr/include /usr/include/sasl
-
- extra_compile_args =
- extra_objects =
-
- # Example for sparse build: basic functionality
--#libs = ldap lber
-+libs = ldap lber
-
- # Some Linux systems might need explicitly linking with -lresolv
- #libs = ldap lber resolv
-@@ -31,10 +31,10 @@
- optimize = 1
-
- # Linux distributors/packagers should adjust these settings
--[bdist_rpm]
--provides = python-ldap
--requires = python libldap.so.2
-+#[bdist_rpm]
-+#provides = python-ldap
-+#requires = python libldap.so.2
- # distribution_name =
--release = 0
--packager = Michael Stroeder <michael@stroeder.com>
--doc_files = CHANGES README INSTALL TODO Demo/
-+#release = 0
-+#packager = Michael Stroeder <michael@stroeder.com>
-+#doc_files = CHANGES README INSTALL TODO Demo/