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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +8 lines)
Line  Link Here
0
-- ext/ldap/config.m4   2005-11-03 20:41:56.000000000 +0000
0
++ ext/ldap/config.m4   2006-08-24 13:05:51.694705496 +0000
Lines 113-120 Link Here
113
  dnl Save original values
113
  dnl Save original values
114
  _SAVE_CPPFLAGS=$CPPFLAGS
114
  _SAVE_CPPFLAGS=$CPPFLAGS
115
  _SAVE_LDFLAGS=$LDFLAGS
115
  _SAVE_LDFLAGS=$LDFLAGS
116
  LDFLAGS="$LDFLAGS $LDAP_SHARED_LIBADD"
116
  dnl Added ingnored -g ldflags for readability/debugging
117
  LDFLAGS="-g $LDFLAGS -g $LDAP_SHARED_LIBADD -g"
117
  CPPFLAGS="$CPPFLAGS -I$LDAP_INCDIR"
118
  CPPFLAGS="$CPPFLAGS -I$LDAP_INCDIR"
119
  dnl Changing order of operands for ac_link during this test to permit --as-needed
120
  dnl _SAVE_AC_LINK=$ac_link
121
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS conftest.$ac_ext $LDFLAGS $LIBS >&5'
118
122
119
  dnl Check for 3 arg ldap_set_rebind_proc
123
  dnl Check for 3 arg ldap_set_rebind_proc
120
  AC_CACHE_CHECK([for 3 arg ldap_set_rebind_proc], ac_cv_3arg_setrebindproc,
124
  AC_CACHE_CHECK([for 3 arg ldap_set_rebind_proc], ac_cv_3arg_setrebindproc,
Lines 138-141 Link Here
138
  dnl Restore original values
142
  dnl Restore original values
139
  CPPFLAGS=$_SAVE_CPPFLAGS
143
  CPPFLAGS=$_SAVE_CPPFLAGS
140
  LDFLAGS=$_SAVE_LDFLAGS
144
  LDFLAGS=$_SAVE_LDFLAGS
145
  dnl And Return the environment to normal
146
  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
141
fi 
147
fi 

Return to bug 144896