diff options
author | anders <anders@FreeBSD.org> | 2002-10-28 07:52:14 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-10-28 07:52:14 +0800 |
commit | b35f1581c6c0c7d9b2cd09c2c9ca664a67db106c (patch) | |
tree | 25cfb738e70cc20e9219ca81a9f1054c6ec77377 /www | |
parent | 036efe4e7a81fae3fa18573d5c0af747ef30f9b4 (diff) | |
download | freebsd-ports-gnome-b35f1581c6c0c7d9b2cd09c2c9ca664a67db106c.tar.gz freebsd-ports-gnome-b35f1581c6c0c7d9b2cd09c2c9ca664a67db106c.tar.zst freebsd-ports-gnome-b35f1581c6c0c7d9b2cd09c2c9ca664a67db106c.zip |
Make build say that mod_throttle is not IPv6-aware, when trying to use it
with apache13+ipv6.
PR: 44550
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_throttle/files/patch-mod_throttle.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/mod_throttle/files/patch-mod_throttle.c b/www/mod_throttle/files/patch-mod_throttle.c new file mode 100644 index 000000000000..2b81b72af09f --- /dev/null +++ b/www/mod_throttle/files/patch-mod_throttle.c @@ -0,0 +1,13 @@ +--- mod_throttle.c.orig Mon Oct 28 00:50:56 2002 ++++ mod_throttle.c Mon Oct 28 00:51:06 2002 +@@ -41,6 +41,10 @@ + * for a FreeBSD machine for testing and several suggestions. + */ + ++#ifdef INET6 ++#error mod_throttle is not IPv6-aware. ++#endif ++ + /*********************************************************************** + *** Pick one that best suits your system. + ***********************************************************************/ |