Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158024 Details for
Bug 243296
libebookbackendldap.so not linked against libldap.so
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to acinclude macro
evolution-data-server-1.10.2-fix-64bit-acinclude.m4.patch (text/plain), 2.39 KB, created by
Jason T. Greene
on 2007-06-27 15:26:33 UTC
(
hide
)
Description:
Patch to acinclude macro
Filename:
MIME Type:
Creator:
Jason T. Greene
Created:
2007-06-27 15:26:33 UTC
Size:
2.39 KB
patch
obsolete
>diff -up ximian-connector-2.0.2-pristine/acinclude.m4 ximian-connector-2.0.2-64bit_fix/acinclude.m4 >--- ximian-connector-2.0.2-pristine/acinclude.m4 2004-10-12 19:00:06.225752438 -0400 >+++ ximian-connector-2.0.2-64bit_fix/acinclude.m4 2004-10-12 19:01:50.635944683 -0400 >@@ -34,6 +34,18 @@ AC_DEFUN([EVO_LDAP_CHECK], [ > AC_ARG_WITH(openldap, [ --with-openldap=[no/yes/PREFIX] Enable LDAP support in evolution]) > AC_ARG_WITH(static-ldap, [ --with-static-ldap=[no/yes] Link LDAP support statically into evolution ]) > AC_CACHE_CHECK([for OpenLDAP], ac_cv_with_openldap, ac_cv_with_openldap="${with_openldap:=$default}") >+ >+ AC_MSG_CHECKING(for multilib subdirectory) >+ if test "$GCC" = "yes" ; then >+ multilibsubdir=`$CC -print-multi-os-directory 2> /dev/null` >+ fi >+ multilibsubdir=${multilibsubdir:-.} >+ AC_MSG_RESULT($multilibsubdir) >+ AC_MSG_CHECKING(for lib subdirectory) >+ libsubdir=`echo lib/${multilibsubdir} | sed -re 's,lib/../([[^/]]*),\1,g'` >+ libsubdir=${libsubdir:-lib} >+ AC_MSG_RESULT($libsubdir) >+ > case $ac_cv_with_openldap in > no|"") > with_openldap=no >@@ -44,7 +56,7 @@ AC_DEFUN([EVO_LDAP_CHECK], [ > *) > with_openldap=$ac_cv_with_openldap > LDAP_CFLAGS="-I$ac_cv_with_openldap/include" >- LDAP_LDFLAGS="-L$ac_cv_with_openldap/lib" >+ LDAP_LDFLAGS="-L$ac_cv_with_openldap/$libsubdir" > ;; > esac > >@@ -80,20 +92,20 @@ AC_DEFUN([EVO_LDAP_CHECK], [ > AC_CHECK_LIB(nsl, gethostbyaddr, LDAP_LIBS="$LDAP_LIBS -lnsl") > AC_CHECK_LIB(lber, ber_get_tag, [ > if test "$with_static_ldap" = "yes"; then >- LDAP_LIBS="$with_openldap/lib/liblber.a $LDAP_LIBS" >+ LDAP_LIBS="$with_openldap/$libsubdir/liblber.a $LDAP_LIBS" > > # libldap might depend on OpenSSL... We need to pull > # in the dependency libs explicitly here since we're > # not using libtool for the configure test. >- if test -f $with_openldap/lib/libldap.la; then >- LDAP_LIBS="`. $with_openldap/lib/libldap.la; echo $dependency_libs` $LDAP_LIBS" >+ if test -f $with_openldap/$libsubdir/libldap.la; then >+ LDAP_LIBS="`. $with_openldap/$libsubdir/libldap.la; echo $dependency_libs` $LDAP_LIBS" > fi > else > LDAP_LIBS="-llber $LDAP_LIBS" > fi > AC_CHECK_LIB(ldap, ldap_open, [ > if test $with_static_ldap = "yes"; then >- LDAP_LIBS="$with_openldap/lib/libldap.a $LDAP_LIBS" >+ LDAP_LIBS="$with_openldap/$libsubdir/libldap.a $LDAP_LIBS" > else > LDAP_LIBS="-lldap $LDAP_LIBS" > fi],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243296
:
156775
|
157434
|
157979
|
158023
| 158024