parent
7f3fc53193
commit
69b523c387
2 changed files with 8 additions and 15 deletions
|
@ -8,17 +8,6 @@
|
|||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
--- src/exfat/platform.h.orig
|
||||
+++ src/exfat/platform.h
|
||||
@@ -24,7 +24,7 @@
|
||||
#ifndef PLATFORM_H_INCLUDED
|
||||
#define PLATFORM_H_INCLUDED
|
||||
|
||||
-#if defined(__GLIBC__)
|
||||
+#if defined(__GLIBC__) || 1
|
||||
|
||||
#include <endian.h>
|
||||
#include <byteswap.h>
|
||||
--- src/btrfs/rbtree.h.orig
|
||||
+++ src/btrfs/rbtree.h
|
||||
@@ -38,6 +38,10 @@
|
||||
|
|
|
@ -1,17 +1,21 @@
|
|||
# Template file for 'partclone'
|
||||
pkgname=partclone
|
||||
version=0.2.89
|
||||
revision=2
|
||||
version=0.3.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-rpath --enable-ncursesw --enable-f2fs
|
||||
--enable-extfs --enable-hfsp --enable-fat --enable-exfat
|
||||
--enable-ntfs --enable-btrfs --enable-minix --enable-nilfs2"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config automake autoconf libtool"
|
||||
makedepends="e2fsprogs-devel libuuid-devel ncurses-devel ntfs-3g-devel nilfs-utils-devel"
|
||||
short_desc="File system clone and restore utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.partclone.org/"
|
||||
distfiles="https://github.com/Thomas-Tsai/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=ac33ea33ffbff73f5275b97e46ef3543c4b17be7e26620f35ee4bb163725c2f6
|
||||
checksum=6cf3e25bd8fa62920d7bc33f6c0f9050d831fbcaac2e6aa7212361f682310a08
|
||||
CFLAGS="-DBTRFS_DISABLE_BACKTRACE"
|
||||
|
||||
pre_configure() {
|
||||
./autogen
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue