Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212679 | Differences between
and this patch

Collapse All | Expand All

(-)ext/ldap/config.m4.orig (+3 lines)
Lines 49-54 Link Here
49
  else
49
  else
50
    SASL_LIB="-L$LDAP_SASL_LIBDIR -lsasl2"
50
    SASL_LIB="-L$LDAP_SASL_LIBDIR -lsasl2"
51
  fi
51
  fi
52
  _SAVE_LIBS_SASL=$LIBS
53
  LIBS="$LIBS $SASL_LIB"
52
  
54
  
53
  PHP_CHECK_LIBRARY(ldap, sasl_version,
55
  PHP_CHECK_LIBRARY(ldap, sasl_version,
54
  [
56
  [
Lines 60-65 Link Here
60
  ], [
62
  ], [
61
    $LDAP_SHARED_LIBADD $SASL_LIB
63
    $LDAP_SHARED_LIBADD $SASL_LIB
62
  ])
64
  ])
65
  LIBS=$_SAVE_LIBS_SASL
63
])
66
])
64
67
65
PHP_ARG_WITH(ldap,for LDAP support,
68
PHP_ARG_WITH(ldap,for LDAP support,

Return to bug 212679