Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 151975 Details for
Bug 212679
dev-lang/php-5.2.6_rc1: build fails with USE=ldap-sasl and LDFLAGS=--as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
php-5.2.6-ldap-sasl--as-needed.patch
php-5.2.6-ldap-sasl--as-needed.patch (text/plain), 435 bytes, created by
Peter Volkov (RETIRED)
on 2008-05-05 19:54:25 UTC
(
hide
)
Description:
php-5.2.6-ldap-sasl--as-needed.patch
Filename:
MIME Type:
Creator:
Peter Volkov (RETIRED)
Created:
2008-05-05 19:54:25 UTC
Size:
435 bytes
patch
obsolete
>--- ext/ldap/config.m4.orig 2008-05-05 23:43:07.000000000 +0400 >+++ ext/ldap/config.m4 2008-05-05 23:44:22.000000000 +0400 >@@ -49,6 +49,8 @@ > else > SASL_LIB="-L$LDAP_SASL_LIBDIR -lsasl2" > fi >+ _SAVE_LIBS_SASL=$LIBS >+ LIBS="$LIBS $SASL_LIB" > > PHP_CHECK_LIBRARY(ldap, sasl_version, > [ >@@ -60,6 +62,7 @@ > ], [ > $LDAP_SHARED_LIBADD $SASL_LIB > ]) >+ LIBS=$_SAVE_LIBS_SASL > ]) > > PHP_ARG_WITH(ldap,for LDAP support,
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 212679
:
145528
|
145530
| 151975 |
152021
|
153653