btrfs-progs: update to version from git as of 2011-12-01
http://git.kernel.org/?p=linux/kernel/git/mason/btrfs-progs.git;a=commit;h=fdb6c0402337d9607c7a39155088eaf033742752
This commit is contained in:
parent
de026bf4a0
commit
989caa84f8
@ -1,12 +1,16 @@
|
||||
drwxr-xr-x root/root sbin/
|
||||
-rwxr-xr-x root/root sbin/btrfs
|
||||
-rwxr-xr-x root/root sbin/btrfs-corrupt-block
|
||||
-rwxr-xr-x root/root sbin/btrfs-debug-tree
|
||||
-rwxr-xr-x root/root sbin/btrfs-map-logical
|
||||
-rwxr-xr-x root/root sbin/btrfs-show
|
||||
-rwxr-xr-x root/root sbin/btrfs-vol
|
||||
-rwxr-xr-x root/root sbin/btrfsck
|
||||
-rwxr-xr-x root/root sbin/btrfsctl
|
||||
-rwxr-xr-x root/root sbin/calc-size
|
||||
-rwxr-xr-x root/root sbin/find-root
|
||||
-rwxr-xr-x root/root sbin/mkfs.btrfs
|
||||
-rwxr-xr-x root/root sbin/restore
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
|
@ -1,2 +1 @@
|
||||
28b5f1258497899ef5fdc7e788a65f6a btrfs-progs-unstable-075587c.tar.gz
|
||||
4fdbe37840e6e2316f629ea1cffa936e btrfs-progs.diff
|
||||
d2c310bdb66b9b471404a46d9e626207 btrfs-progs-20111201.tar.xz
|
||||
|
@ -4,19 +4,12 @@
|
||||
# Depends on: util-linux-ng
|
||||
|
||||
name=btrfs-progs
|
||||
version=075587c
|
||||
release=3
|
||||
source=(http://crux.nu/files/distfiles/$name-unstable-$version.tar.gz
|
||||
$name.diff)
|
||||
version=20111201
|
||||
release=1
|
||||
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-unstable-$version
|
||||
|
||||
# Fix the build with glibc 2.12:
|
||||
patch -p1 -i $SRC/$name.diff
|
||||
|
||||
make
|
||||
|
||||
install -d -m 755 $PKG/usr/man/man8
|
||||
make prefix=/ bindir=/sbin mandir=/usr/man DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
make CFLAGS="$CFLAGS"
|
||||
make prefix=/usr bindir=/sbin DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -aur btrfs-progs-unstable-075587c.orig/btrfsck.c btrfs-progs-unstable-075587c/btrfsck.c
|
||||
--- btrfs-progs-unstable-075587c.orig/btrfsck.c 2010-04-06 15:30:17.000000000 +0200
|
||||
+++ btrfs-progs-unstable-075587c/btrfsck.c 2010-08-11 08:32:57.623000001 +0200
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
+#include <sys/stat.h>
|
||||
#include "kerncompat.h"
|
||||
#include "ctree.h"
|
||||
#include "disk-io.h"
|
Loading…
x
Reference in New Issue
Block a user