tags 653627 + patch thanks The attachjd patch fixes the boost-FTBFS by avoiding the name clash between pam and liboost. (switching the order of the include)
Even if this fixes the FTBFS here, I think it needs a deeper discussion if it makes sense to expose in the API a macro called "D" in PAM and provoke collisions. coldtobi DEAR DRIZZLE MAINTAINERS / INTENDING NMU: As the BTS now contains seveal fixes for RC-bugs, can you please indicate if you can upload the package in the new future. Otherwise I can propose to help and try to make a NMU through debian.mentors, as I like to make progress on the boost-transistion. Let me know if you object. Best regards coldtobi
--- a/plugin/auth_pam/auth_pam.cc +++ b/plugin/auth_pam/auth_pam.cc @@ -23,13 +23,13 @@ */ #include <config.h> +#include <drizzled/identifier.h> #include <security/pam_appl.h> #if !defined(__sun) && !defined(__FreeBSD__) #include <security/pam_misc.h> #endif -#include <drizzled/identifier.h> #include <drizzled/plugin/authentication.h> using namespace drizzled;