diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-18 15:56:47 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-18 15:56:47 +0100 |
commit | 4b36d50b997d0c93a1fcaeae8b121c79de91e6ae (patch) | |
tree | 4e193602f47ca1c7a3eb3d57a39df153c4c43a3e /package/xfsprogs/0002-libxfs-do-not-try-to-run-the-crc32selftest.patch | |
parent | 5f51f053930bdd693e63b30b8c9a81dbe85a79eb (diff) | |
download | buildroot-4b36d50b997d0c93a1fcaeae8b121c79de91e6ae.tar.gz buildroot-4b36d50b997d0c93a1fcaeae8b121c79de91e6ae.zip |
xfsprogs: bump to version 4.8.0
Switch to the new upstream site on kernel.org, and to a .tar.xz
tarball. The patches are simply refreshed.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/xfsprogs/0002-libxfs-do-not-try-to-run-the-crc32selftest.patch')
-rw-r--r-- | package/xfsprogs/0002-libxfs-do-not-try-to-run-the-crc32selftest.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/xfsprogs/0002-libxfs-do-not-try-to-run-the-crc32selftest.patch b/package/xfsprogs/0002-libxfs-do-not-try-to-run-the-crc32selftest.patch index 3839713237..372a5301bd 100644 --- a/package/xfsprogs/0002-libxfs-do-not-try-to-run-the-crc32selftest.patch +++ b/package/xfsprogs/0002-libxfs-do-not-try-to-run-the-crc32selftest.patch @@ -1,4 +1,4 @@ -From e10089b31afab3ba86904e89c740cd7051dd5066 Mon Sep 17 00:00:00 2001 +From 3a77dfc54271059dcac305384bf6ace34fe1f3d3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" <yann.morin.1998@free.fr> Date: Sun, 18 Dec 2016 15:37:27 +0100 Subject: [PATCH] libxfs: do not try to run the crc32selftest @@ -22,10 +22,10 @@ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libxfs/Makefile b/libxfs/Makefile -index 6499731..5a07723 100644 +index 62608bd..e021625 100644 --- a/libxfs/Makefile +++ b/libxfs/Makefile -@@ -118,9 +118,9 @@ LTLIBS = $(LIBPTHREAD) $(LIBRT) +@@ -112,9 +112,9 @@ LTLIBS = $(LIBPTHREAD) $(LIBRT) # don't try linking xfs_repair with a debug libxfs. DEBUG = -DNDEBUG |