1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-18 11:36:13 +02:00

Bump btrfs-progs version

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-04-05 21:39:33 +02:00
parent 3363827c78
commit 06cf2e05cf
2 changed files with 2 additions and 16 deletions

View file

@ -1,12 +0,0 @@
diff --git a/mkfs/main.c.old b/mkfs/main.c
index ea65c6d..79f985c 100644
--- a/mkfs/main.c.old
+++ b/mkfs/main.c
@@ -31,6 +31,7 @@
#include <uuid/uuid.h>
#include <ctype.h>
#include <blkid/blkid.h>
+#include <limits.h>
#include "ctree.h"
#include "disk-io.h"
#include "volumes.h"

View file

@ -1,8 +1,8 @@
VERSION="4.15"
VERSION="4.15.1"
SRCDIR="btrfs-progs-v${VERSION}"
TARBALL="${SRCDIR}.tar.xz"
URL="https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs"
SHA256SUM="9e3528c60c76970b73297ea4b01bdc23a70c39c82d540b61cf07a7c0612339e9"
SHA256SUM="67102ac0d6795f368acc94efaca29b6626d972638790a4a0c9f89a27cd543f96"
DEPENDS="util-linux zlib lzo"
prepare() {
@ -12,8 +12,6 @@ prepare() {
build() {
cp -r ${1}/* ${PKGBUILDDIR}
apply_patches
./configure --prefix="" --host="$TARGET" --sbindir=/bin \
--disable-documentation --disable-convert \
--disable-zstd --disable-backtrace