guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

30/31: gnu: shadow: Build fix for the Hurd.


From: guix-commits
Subject: 30/31: gnu: shadow: Build fix for the Hurd.
Date: Tue, 17 Mar 2020 03:28:20 -0400 (EDT)

janneke pushed a commit to branch wip-hurd
in repository guix.

commit b263ad7a54679a66ac05f932380733f29593de2c
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sat Mar 7 16:38:31 2020 -0500

    gnu: shadow: Build fix for the Hurd.
    
    * gnu/packages/patches/shadow-hurd-pctrl.patch: New file.
    * gnu/local.mk (dist_patch_DATA): Add it.
    * gnu/packages/admin.scm (shadow): Use it.
---
 gnu/local.mk                                 |  1 +
 gnu/packages/admin.scm                       |  1 +
 gnu/packages/patches/shadow-hurd-pctrl.patch | 16 ++++++++++++++++
 3 files changed, 18 insertions(+)

diff --git a/gnu/local.mk b/gnu/local.mk
index 0f65469..9147eac 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1416,6 +1416,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch \
   %D%/packages/patches/seq24-rename-mutex.patch                        \
   %D%/packages/patches/sharutils-CVE-2018-1000097.patch                \
+  %D%/packages/patches/shadow-hurd-pctrl.patch                 \
   %D%/packages/patches/shepherd-hurd.patch                     \
   %D%/packages/patches/shishi-fix-libgcrypt-detection.patch    \
   %D%/packages/patches/slim-session.patch                      \
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b9ac5dc..0ea7dda 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -484,6 +484,7 @@ hostname.")
               (uri (string-append
                     "https://github.com/shadow-maint/shadow/releases/";
                     "download/" version "/shadow-" version ".tar.xz"))
+              (patches (search-patches "shadow-hurd-pctrl.patch"))
               (sha256
                (base32
                 "0qmfq50sdhz6xilgxvinblll8j2iqfl7hwk45bq744y4plq4dbd3"))))
diff --git a/gnu/packages/patches/shadow-hurd-pctrl.patch 
b/gnu/packages/patches/shadow-hurd-pctrl.patch
new file mode 100644
index 0000000..2e376e1
--- /dev/null
+++ b/gnu/packages/patches/shadow-hurd-pctrl.patch
@@ -0,0 +1,16 @@
+Avoid including sys/prctl.h on the Hurd.
+
+Upstream status: Not submitted.
+
+--- shadow-4.8.1/libmisc/idmapping.c.orig      2020-03-07 16:32:05.000000000 
-0500
++++ shadow-4.8.1/libmisc/idmapping.c   2020-03-07 16:32:27.000000000 -0500
+@@ -36,8 +36,8 @@
+ #include <stdio.h>
+ #include "prototypes.h"
+ #include "idmapping.h"
+-#include <sys/prctl.h>
+ #if HAVE_SYS_CAPABILITY_H
++#include <sys/prctl.h>
+ #include <sys/capability.h>
+ #endif
+ 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]