mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
partclone: update to 0.3.25.
This commit is contained in:
parent
8e517221ad
commit
f391b75b4c
2 changed files with 3 additions and 43 deletions
|
@ -1,40 +0,0 @@
|
|||
From 3ea1aa99242204e3c1841ac11d9f7064591d3bff Mon Sep 17 00:00:00 2001
|
||||
From: Nathan Owens <ndowens@artixlinux.org>
|
||||
Date: Sun, 15 Nov 2020 18:53:54 -0600
|
||||
Subject: [PATCH] musl
|
||||
|
||||
---
|
||||
src/btrfs/kernel-lib/rbtree.h | 4 ++++
|
||||
src/main.c | 1 -
|
||||
2 files changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git src/btrfs/kernel-lib/rbtree.h src/btrfs/kernel-lib/rbtree.h
|
||||
index 6d68907..affab1d 100644
|
||||
--- a/src/btrfs/kernel-lib/rbtree.h
|
||||
+++ b/src/btrfs/kernel-lib/rbtree.h
|
||||
@@ -38,6 +38,10 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
+#ifndef __always_inline
|
||||
+#define __always_inline inline__attribute__((always_inline))
|
||||
+#endif
|
||||
+
|
||||
struct rb_node {
|
||||
unsigned long __rb_parent_color;
|
||||
struct rb_node *rb_right;
|
||||
diff --git src/main.c src/main.c
|
||||
index babcf0c..8a543f3 100644
|
||||
--- a/src/main.c
|
||||
+++ b/src/main.c
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
-#include <mcheck.h>
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
--
|
||||
2.29.2
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'partclone'
|
||||
pkgname=partclone
|
||||
version=0.3.20
|
||||
revision=2
|
||||
version=0.3.25
|
||||
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="https://partclone.org/"
|
||||
distfiles="https://github.com/Thomas-Tsai/partclone/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=a32102452fed7b516494adc98e1bc3b6dbb3a0044f7e84b35ad104ec9277c550
|
||||
checksum=e8d19234809fb11cac9676e653865fbb789731a5cbe9b191d0308fe645d5f1c7
|
||||
CFLAGS="-DBTRFS_DISABLE_BACKTRACE"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue