summaryrefslogtreecommitdiff
path: root/www-apache/mod_nss/files/mod_nss-1.0.18-fno-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_nss/files/mod_nss-1.0.18-fno-common.patch')
-rw-r--r--www-apache/mod_nss/files/mod_nss-1.0.18-fno-common.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/www-apache/mod_nss/files/mod_nss-1.0.18-fno-common.patch b/www-apache/mod_nss/files/mod_nss-1.0.18-fno-common.patch
new file mode 100644
index 000000000000..c6e7babc1d2d
--- /dev/null
+++ b/www-apache/mod_nss/files/mod_nss-1.0.18-fno-common.patch
@@ -0,0 +1,14 @@
+https://bugs.gentoo.org/707172
+--- a/mod_nss.h
++++ b/mod_nss.h
+@@ -376,8 +376,8 @@ typedef struct {
+ */
+
+ /* pool and hash to store ServerName and NSSNickname pairs for SNI */
+-apr_pool_t *mp;
+-apr_hash_t *ht;
++extern apr_pool_t *mp;
++extern apr_hash_t *ht;
+
+ /* Compatibility between Apache 2.0.x and 2.2.x. The numeric version of
+ * the version first appeared in Apache 2.0.56-dev. I picked 2.0.55 as it