[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.4.2+dfsg-1-6-g5af40f5

Russ Allbery rra at debian.org
Mon May 16 03:08:08 UTC 2011


The following commit has been merged in the master branch:
commit b23cd8c2c89bc76ec9b283f8fc461bffd9bf6931
Author: Russ Allbery <rra at debian.org>
Date:   Sun May 15 19:57:00 2011 -0700

    Include stddef.h in mod_apache.cpp for g++ 4.6
    
    g++ 4.6 now requires that stddef.h be included for offsetof to be
    defined.  This is a standardized C++ header, so it should be safe
    to include unconditionally.

diff --git a/apache/mod_apache.cpp b/apache/mod_apache.cpp
index 7aa50de..cfc2caf 100644
--- a/apache/mod_apache.cpp
+++ b/apache/mod_apache.cpp
@@ -78,6 +78,7 @@
 #include <sstream>
 #include <stdexcept>
 
+#include <stddef.h>		// for offsetof()
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>		// for getpid()
 #endif

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list