diff options
author | 2022-05-31 23:12:15 +0200 | |
---|---|---|
committer | 2022-06-11 06:18:16 +0100 | |
commit | 12d029caa52f79fe86bd4eaef19d0e446df443ed (patch) | |
tree | 4e73d0594183cd8804b9e02e86de8bd938c93abf /www-servers/pound/files | |
parent | www-servers/pound: fix build with musl (diff) | |
download | gentoo-12d029caa52f79fe86bd4eaef19d0e446df443ed.tar.gz gentoo-12d029caa52f79fe86bd4eaef19d0e446df443ed.tar.bz2 gentoo-12d029caa52f79fe86bd4eaef19d0e446df443ed.zip |
www-servers/pound: add 3.0.2
Add an ebuild for pound-3.0.2 with support for
EAPI 8.
Closes: https://bugs.gentoo.org/837992
Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers/pound/files')
-rw-r--r-- | www-servers/pound/files/pound-3.0.2-hpack.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www-servers/pound/files/pound-3.0.2-hpack.patch b/www-servers/pound/files/pound-3.0.2-hpack.patch new file mode 100644 index 000000000000..d413082216ab --- /dev/null +++ b/www-servers/pound/files/pound-3.0.2-hpack.patch @@ -0,0 +1,21 @@ +--- a/src/hpack.c ++++ b/src/hpack.c +@@ -69,9 +69,6 @@ static size_t hbuf_left(struct hbuf *); + + static struct hpack hpack_global; + +-#ifdef __GLIBC__ +-/* these functions are available on BSD, but not on Linux */ +- + #include <stdlib.h> + + void * +@@ -100,8 +97,6 @@ freezero(void *ptr, size_t size) + return; + } + +-#endif +- + int + hpack_init(void) + { |