summaryrefslogtreecommitdiff
path: root/net-vpn/vtun/files/vtun-3.0.4-autoconf-fork-not-working.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-09 09:17:42 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-09 09:17:42 +0000
commit1f9ba344a5e235c6a8667384aa6ec8dd42d73889 (patch)
tree170e6ab0a0a9d7dc278b1533c41eec0cba8f9f13 /net-vpn/vtun/files/vtun-3.0.4-autoconf-fork-not-working.patch
parent8b5d973bd4c43f578cef7a46652599e470f1d9fc (diff)
gentoo auto-resync : 09:12:2022 - 09:17:42
Diffstat (limited to 'net-vpn/vtun/files/vtun-3.0.4-autoconf-fork-not-working.patch')
-rw-r--r--net-vpn/vtun/files/vtun-3.0.4-autoconf-fork-not-working.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-vpn/vtun/files/vtun-3.0.4-autoconf-fork-not-working.patch b/net-vpn/vtun/files/vtun-3.0.4-autoconf-fork-not-working.patch
new file mode 100644
index 000000000000..258e4d736ccd
--- /dev/null
+++ b/net-vpn/vtun/files/vtun-3.0.4-autoconf-fork-not-working.patch
@@ -0,0 +1,11 @@
+--- a/config.h.in 2022-11-28 07:10:54.564387362 +0100
++++ b/config.h.in 2022-11-28 07:12:15.435007668 +0100
+@@ -156,3 +156,8 @@
+
+ /* Define as `fork' if `vfork' does not work. */
+ #undef vfork
++
++#if !defined(HAVE_WORKING_FORK) && !defined(HAVE_WORKING_VFORK)
++#define HAVE_WORKING_FORK 1
++#endif
++