mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add jfsutils.
* gnu/packages/file-systems.scm (jfsutils): New public variable.
This commit is contained in:
parent
f92ebd57e4
commit
e9e75da6e1
4 changed files with 87 additions and 0 deletions
26
gnu/packages/patches/jfsutils-add-sysmacros.patch
Normal file
26
gnu/packages/patches/jfsutils-add-sysmacros.patch
Normal file
|
@ -0,0 +1,26 @@
|
|||
From: Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
Date: Thu, 12 Dec 2019 02:15:37 +0100
|
||||
Subject: gnu: jfsutils: Include sys/sysmacros.h.
|
||||
|
||||
Copied verbatim[0] from the Debian package.
|
||||
|
||||
[0]: https://sources.debian.org/patches/jfsutils/1.1.15-4/add_sysmacros.patch
|
||||
|
||||
Description: Include sys/sysmacros.h
|
||||
Mentioned header needed for major() definition.
|
||||
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
|
||||
Last-Update: 2018-12-11
|
||||
|
||||
---
|
||||
|
||||
--- jfsutils-1.1.15.orig/libfs/devices.c
|
||||
+++ jfsutils-1.1.15/libfs/devices.c
|
||||
@@ -49,6 +49,8 @@
|
||||
#include <sys/disklabel.h>
|
||||
#endif
|
||||
|
||||
+#include <sys/sysmacros.h>
|
||||
+
|
||||
#include "jfs_types.h"
|
||||
#include "jfs_filsys.h"
|
||||
#include "devices.h"
|
Loading…
Add table
Add a link
Reference in a new issue