Ticket #33495: patch-setup.cfg.diff.diff

File patch-setup.cfg.diff.diff, 1003 bytes (added by steenzout (Pedro Salgado), 9 years ago)
  • patch-setup.cfg.diff

    old new  
    1 --- setup.cfg.orig      2008-12-12 18:29:21.000000000 -0800
    2 +++ setup.cfg   2008-12-12 18:29:45.000000000 -0800
    3 @@ -1,9 +1,9 @@
     1--- setup.cfg.orig      2014-12-19 21:05:37.000000000 -0700
     2+++ setup.cfg   2014-12-19 21:17:13.000000000 -0700
     3@@ -1,10 +1,10 @@
    44 [_ldap]
    5  extra_objects =
     5-library_dirs = /opt/openldap/lib64 /usr/lib
     6-include_dirs = /opt/openldap/include /usr/include/sasl /usr/include
     7+library_dirs = __LIBDIR__
     8+include_dirs = __INCDIR__
     9 defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
    610 extra_compile_args =
    7 -libs = ldap_r lber sasl2 ssl crypto
    8 -library_dirs = /usr/local/openldap-2.3/lib
    9 -include_dirs = /usr/local/openldap-2.3/include /usr/include/sasl
    10 +libs = __LIBS__
    11 +library_dirs = __LIBDIR__
    12 +include_dirs = __INCDIR__
     11 extra_objects =
     12-libs = ldap_r
     13+libs = __LIBS__
    1314 
    14  [egg_info]
    15  tag_build =
     15 [install]
     16 compile = 1