components/python/python-ldap/patches/setup.cfg.patch
changeset 1484 01108fd9c6ef
child 6437 09fb2c712a39
equal deleted inserted replaced
1483:19c865f422ea 1484:01108fd9c6ef
       
     1 Used to provide correct OpenLDAP include directory and to remove bogus 
       
     2 OpenLDAP lib directory, so that pkglint doesn't complain.
       
     3 
       
     4 --- python-ldap-2.4.10/setup.cfg.orig	2013-05-01 14:47:08.110553898 -0700
       
     5 +++ python-ldap-2.4.10/setup.cfg	2013-05-01 14:47:49.755987482 -0700
       
     6 @@ -1,6 +1,6 @@
       
     7  [_ldap]
       
     8 -library_dirs = /opt/openldap-RE24/lib /usr/lib
       
     9 -include_dirs = /opt/openldap-RE24/include /usr/include/sasl /usr/include
       
    10 +library_dirs =
       
    11 +include_dirs = /usr/include/openldap /usr/include/sasl /usr/include
       
    12  defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
       
    13  extra_compile_args = 
       
    14  extra_objects =