nilfs-utils: update to 2.2.8.
This commit is contained in:
parent
2d49455494
commit
2083261b14
3 changed files with 4 additions and 27 deletions
|
@ -1,12 +0,0 @@
|
|||
--- ./bin/rmcp.c.orig
|
||||
+++ ./bin/rmcp.c
|
||||
@@ -51,6 +51,9 @@
|
||||
#include "nilfs.h"
|
||||
#include "parser.h"
|
||||
|
||||
+#ifndef MAX_INPUT
|
||||
+#define MAX_INPUT _POSIX_MAX_INPUT
|
||||
+#endif
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
#include <getopt.h>
|
|
@ -1,11 +0,0 @@
|
|||
--- ./sbin/mount/sundries.h.orig
|
||||
+++ ./sbin/mount/sundries.h
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
-#if !defined(bool_t) && !defined(__GLIBC__)
|
||||
+#if !defined(bool_t) && !defined(__GLIBC__) && HAVE_RPC_TYPES_H
|
||||
#include <rpc/types.h>
|
||||
#endif
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nilfs-utils'
|
||||
pkgname=nilfs-utils
|
||||
version=2.2.7
|
||||
version=2.2.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --enable-libmount"
|
||||
|
@ -8,12 +8,12 @@ make_install_args="sbindir=/usr/bin"
|
|||
hostmakedepends="automake libtool"
|
||||
makedepends="libuuid-devel libmount-devel"
|
||||
conf_files="/etc/nilfs_cleanerd.conf"
|
||||
short_desc="A log-structured file system for Linux - userspace utils"
|
||||
short_desc="Log-structured file system for Linux - userspace utils"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
license="GPL-2.0-only, LGPL-2.1-only"
|
||||
homepage="http://nilfs.sourceforge.net/"
|
||||
distfiles="http://nilfs.sourceforge.net/download/$pkgname-$version.tar.bz2"
|
||||
checksum=2cf651c47f65ae1387758d90b0c51e744e2ecce0b1d77e8be9998929f74ac005
|
||||
checksum=5a29f8f59db03edf8dd1e68dfd80ff4713e0aa184cfa83a6326ac8af93d9bda6
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue