[packages/NetworkManager] - missing patch

qboosh qboosh at pld-linux.org
Thu Dec 10 06:47:42 CET 2020


commit b1bb15796980fc0f774f43c9ba269ef4cb3ca1ed
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Dec 10 06:48:11 2020 +0100

    - missing patch

 NetworkManager-x32.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
---
diff --git a/NetworkManager-x32.patch b/NetworkManager-x32.patch
new file mode 100644
index 0000000..8401bbd
--- /dev/null
+++ b/NetworkManager-x32.patch
@@ -0,0 +1,22 @@
+--- NetworkManager-1.28.0/shared/systemd/src/basic/missing_syscall.h.orig	2020-11-17 22:24:23.000000000 +0100
++++ NetworkManager-1.28.0/shared/systemd/src/basic/missing_syscall.h	2020-12-09 21:56:58.994594968 +0100
+@@ -646,6 +646,8 @@
+ #  endif
+ #elif defined __ia64__
+ #  define systemd_NR_pidfd_send_signal (424 + 1024)
++#elif defined(__x86_64__) && defined(__ILP32__)
++#  define systemd_NR_pidfd_send_signal (424 + 0x40000000)
+ #else
+ #  define systemd_NR_pidfd_send_signal 424
+ #endif
+@@ -690,7 +692,9 @@
+ #  endif
+ #elif defined __ia64__
+ #  define systemd_NR_pidfd_open (434 + 1024)
+-#else
++#elif defined(__x86_64__) && defined(__ILP32__)
++#  define systemd_NR_pidfd_open (434 + 0x40000000)
++#else 
+ #  define systemd_NR_pidfd_open 434
+ #endif
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/NetworkManager.git/commitdiff/b1bb15796980fc0f774f43c9ba269ef4cb3ca1ed



More information about the pld-cvs-commit mailing list