btrfs-progs: update to 4.10.2.
This commit is contained in:
parent
8a6f1905b5
commit
1dfa209225
2 changed files with 2 additions and 15 deletions
|
@ -1,13 +0,0 @@
|
|||
Fixes /usr/lib/libbtrfs.so: undefined reference to `__error'
|
||||
|
||||
--- Makefile.orig 2017-03-16 08:47:29.000000000 +0000
|
||||
+++ Makefile 2017-03-16 08:53:24.313214267 +0000
|
||||
@@ -105,7 +105,7 @@
|
||||
mkfs/common.o
|
||||
libbtrfs_objects = send-stream.o send-utils.o kernel-lib/rbtree.o btrfs-list.o \
|
||||
kernel-lib/crc32c.o \
|
||||
- uuid-tree.o utils-lib.o rbtree-utils.o
|
||||
+ uuid-tree.o utils-lib.o rbtree-utils.o messages.o
|
||||
libbtrfs_headers = send-stream.h send-utils.h send.h kernel-lib/rbtree.h btrfs-list.h \
|
||||
kernel-lib/crc32c.h kernel-lib/list.h kerncompat.h \
|
||||
kernel-lib/radix-tree.h kernel-lib/sizes.h extent-cache.h \
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'btrfs-progs'
|
||||
pkgname=btrfs-progs
|
||||
version=4.10.1
|
||||
version=4.10.2
|
||||
revision=1
|
||||
wrksrc=${pkgname}-v${version}
|
||||
build_style=gnu-configure
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://btrfs.wiki.kernel.org/"
|
||||
distfiles="${KERNEL_SITE}/kernel/people/kdave/${pkgname}/${pkgname}-v${version}.tar.xz"
|
||||
checksum=6c16b642f085d203fdcb3873f002a67a6cb839528b2a5ad7f2bd04c525101a1a
|
||||
checksum=ed09df670338562a52d9e7d76a362cc932737e2a67adca4c09395374be1de60a
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue