components/apache2/patches/openldap.patch
branchs11-update
changeset 2736 8f2b4731dba5
parent 2623 948dde330876
equal deleted inserted replaced
2733:6b3dadfc2c0c 2736:8f2b4731dba5
     1 --- modules/aaa/config.m4	Mon Jun  9 09:04:46 2008
       
     2 +++ modules/aaa/config.m4	Thu Nov 10 07:04:40 2011
       
     3 @@ -35,7 +35,7 @@
       
     4  dnl LDAP authentication module. This module has both the authn and authz
       
     5  dnl modules in one, so as to share the LDAP server config directives.
       
     6  APACHE_MODULE(authnz_ldap, LDAP based authentication, , , no, [
       
     7 -  MOD_AUTHNZ_LDAP_LDADD="`$apu_config --ldap-libs`" || MOD_AUTHNZ_LDAP_LDADD=""
       
     8 +  MOD_AUTHNZ_LDAP_LDADD="-lldap_r-2.4  -llber"
       
     9    AC_SUBST(MOD_AUTHNZ_LDAP_LDADD)
       
    10  ])
       
    11  
       
    12 --- modules/ldap/config.m4	Mon Jun  9 09:04:46 2008
       
    13 +++ modules/ldap/config.m4	Thu Nov 10 07:02:52 2011
       
    14 @@ -5,7 +5,7 @@
       
    15  
       
    16  ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo"
       
    17  APACHE_MODULE(ldap, LDAP caching and connection pooling services, $ldap_objects, , no, [
       
    18 -  MOD_LDAP_LDADD="`$apu_config --ldap-libs`" || MOD_LDAP_LDADD=""
       
    19 +  MOD_LDAP_LDADD="-lldap_r-2.4  -llber"
       
    20    AC_SUBST(MOD_LDAP_LDADD)
       
    21  ])
       
    22  
       
    23 --- configure.in	Sat Apr 16 12:09:47 2011
     1 --- configure.in	Sat Apr 16 12:09:47 2011
    24 +++ configure.in	Thu Nov 10 07:18:54 2011
     2 +++ configure.in	Thu Nov 10 07:18:54 2011
    25 @@ -144,7 +144,7 @@
     3 @@ -144,7 +144,7 @@
    26  
     4  
    27  APR_ADDTO(LDFLAGS, `$apu_config --ldflags`)
     5  APR_ADDTO(LDFLAGS, `$apu_config --ldflags`)