gentoo/net-libs/libotr/files/libotr-4.1.1-fix-build-with-libgcrypt-1.10.patch
Christophe Lermytte f0ead0194a
net-libs/libotr: fix build with libgcrypt-1.10
Also, because of the move to EAPI 8 we no longer need to override src_configure()
to disable static libraries

Signed-off-by: Christophe Lermytte <gentoo@lermytte.be>
Closes: https://github.com/gentoo/gentoo/pull/24847
Signed-off-by: Sam James <sam@gentoo.org>
2022-04-02 04:30:21 +01:00

12 lines
285 B
Diff

https://bugs.gentoo.org/836572
--- a/tests/regression/client/client.c
+++ b/tests/regression/client/client.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <syscall.h>
#include <sys/epoll.h>
+#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
#include <unistd.h>