aide: update to 0.17.1.
This commit is contained in:
parent
26793bfdd4
commit
71897332c2
|
@ -1,11 +0,0 @@
|
|||
--- include/aide.h.orig
|
||||
+++ include/aide.h
|
||||
@@ -33,7 +33,6 @@
|
||||
#if HAVE_FCNTL_H
|
||||
# include <fcntl.h>
|
||||
#endif
|
||||
-#include "error.h"
|
||||
|
||||
#ifndef TEMP_FAILURE_RETRY
|
||||
/* Evaluate EXPRESSION, and repeat as long as it returns -1 with errno'
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'aide'
|
||||
pkgname=aide
|
||||
version=0.17
|
||||
version=0.17.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr
|
||||
|
@ -15,7 +15,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://aide.github.io/"
|
||||
distfiles="https://github.com/aide/aide/releases/download/v${version}/aide-${version}.tar.gz"
|
||||
checksum=4fd88d1d5ddc70c698c6519ebbc05c8d32c3f6d8137bbfdefeaebaafd6db867b
|
||||
checksum=a401c951938f1169ceaec868ce3594736e89c5c881578c263d8a824a06b0002d
|
||||
|
||||
post_configure() {
|
||||
vsed -i config.h -e 's/cross/ino_t/g'
|
||||
|
|
Loading…
Reference in New Issue