| Summary: | Текущий aprutil1 не собирается с текущим openldap | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Ivan Ovcherenko <asdus> |
| Component: | libaprutil1 | Assignee: | Anton Farygin <rider> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | rider, taf |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Баг пофиксен начиная с версии 1.3.13: Fix a failure of configure to detect ldap_set_rebind_proc() --- apr/apr-util/branches/1.3.x/build/apu-conf.m4 2010/10/01 18:04:03 1003602 +++ apr/apr-util/branches/1.3.x/build/apu-conf.m4 2011/08/08 09:18:41 1154885 @@ -391,9 +391,7 @@ #include <ldap.h> #endif ], [ - int tmp = ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void *)0); - /* use tmp to suppress the warning */ - tmp=0; + ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void *)0); ], ac_cv_ldap_set_rebind_proc_style=three, ac_cv_ldap_set_rebind_proc_style=two)) if test "$ac_cv_ldap_set_rebind_proc_style" = "three"; then Ну или просто пора обновить версию :)