Bug 27746 - Текущий aprutil1 не собирается с текущим openldap
Summary: Текущий aprutil1 не собирается с текущим openldap
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: libaprutil1 (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Afanasov Dmitry
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 18:59 MSK by Ivan Ovcherenko
Modified: 2012-11-16 16:49 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Ovcherenko 2012-09-17 18:59:37 MSK
Баг пофиксен начиная с версии 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


Ну или просто пора обновить версию :)
Comment 1 Repository Robot 2012-11-16 16:49:26 MSK
aprutil1-1.3.12-alt1 -> sisyphus:

* Thu Nov 15 2012 Aleksey Avdeev <solo@altlinux> 1.3.12-alt1
- New version (1.3.12) (ALT#27746)