mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
partclone: update to 0.3.14.
This commit is contained in:
parent
0779509691
commit
f212321750
2 changed files with 3 additions and 29 deletions
|
@ -1,26 +0,0 @@
|
|||
From 63009fb8aebf0c303346c606d60d74e5fae1213c Mon Sep 17 00:00:00 2001
|
||||
From: maxice8 <thinkabit.ukim@gmail.com>
|
||||
Date: Mon, 29 Oct 2018 00:13:27 -0300
|
||||
Subject: [PATCH] src/main.c: add limits.h include for PATH_MAX
|
||||
|
||||
fixes compilation with musl libc
|
||||
---
|
||||
src/main.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/main.c b/src/main.c
|
||||
index 3389f19..1cd9cfd 100644
|
||||
--- src/main.c
|
||||
+++ src/main.c
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <pthread.h>
|
||||
#include <assert.h>
|
||||
#include <dirent.h>
|
||||
+#include <limits.h>
|
||||
|
||||
// SHA1 for torrent info
|
||||
#include <openssl/sha.h>
|
||||
--
|
||||
2.19.1
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'partclone'
|
||||
pkgname=partclone
|
||||
version=0.3.12
|
||||
revision=3
|
||||
version=0.3.14
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-rpath --enable-ncursesw --enable-f2fs
|
||||
--enable-extfs --enable-hfsp --enable-fat --enable-exfat
|
||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.partclone.org/"
|
||||
distfiles="https://github.com/Thomas-Tsai/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=28c54554a52cfea77e99b37315b3122bf80da5b1738aee9f27673913c8179b80
|
||||
checksum=c298d2e7a6da97660325ca9296174e94e78dfc161df01bfdb1ea36c7001a6879
|
||||
CFLAGS="-DBTRFS_DISABLE_BACKTRACE"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue