components/python/python-ldap/patches/setup.cfg.patch
branchs11-update
changeset 2785 b6f5c5d1d0b7
child 6437 09fb2c712a39
equal deleted inserted replaced
2784:d03ec2773121 2785:b6f5c5d1d0b7
       
     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 =