summaryrefslogtreecommitdiffstats
path: root/package/btrfs-progs/0002-configure-refactor-always_inline-detection.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-09-06 10:59:00 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-06 21:26:03 +0200
commit25d28ca9883e46b8de45aface47b835673234068 (patch)
tree84cb55946f45c0cf771ec1459df3d9a27f4be454 /package/btrfs-progs/0002-configure-refactor-always_inline-detection.patch
parent7a08e6f33cde04c2041c34dbbadf0b268fcce458 (diff)
downloadbuildroot-25d28ca9883e46b8de45aface47b835673234068.tar.gz
buildroot-25d28ca9883e46b8de45aface47b835673234068.zip
btrfs-progs: bump to version 4.7.2
Drop all of the upstreamed patches (not precisely in the same form) and rebase the only required patch for proper static builds with staging libs required by other packages. Build-tested for arm-glibc, arm-uclibc, arm-musl and arm-uclibc-static. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/btrfs-progs/0002-configure-refactor-always_inline-detection.patch')
-rw-r--r--package/btrfs-progs/0002-configure-refactor-always_inline-detection.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/package/btrfs-progs/0002-configure-refactor-always_inline-detection.patch b/package/btrfs-progs/0002-configure-refactor-always_inline-detection.patch
deleted file mode 100644
index f54d2501a2..0000000000
--- a/package/btrfs-progs/0002-configure-refactor-always_inline-detection.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 1d99ae25bb1bd4879c6f20f607faf3040018ee84 Mon Sep 17 00:00:00 2001
-From: Brendan Heading <brendanheading@gmail.com>
-Date: Thu, 30 Jul 2015 15:44:52 +0100
-Subject: [PATCH 2/3] configure: refactor always_inline detection
-
-Use configure.ac to detect the availability of the always_inline glibc
-macro, and define it only if it does not exist.
-
-Signed-off-by: Brendan Heading <brendanheading@gmail.com>
----
- configure.ac | 1 +
- kerncompat.h | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index e936a10..d3d81a1 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -41,6 +41,7 @@ AC_PATH_PROG([RMDIR], [rmdir], [rmdir])
-
- AC_CHECK_FUNCS([openat], [],
- [AC_MSG_ERROR([cannot find openat() function])])
-+AC_CHECK_DECLS([__always_inline])
-
- m4_ifndef([PKG_PROG_PKG_CONFIG],
- [m4_fatal([Could not locate the pkg-config autoconf
-diff --git a/kerncompat.h b/kerncompat.h
-index 8318665..757b9b4 100644
---- a/kerncompat.h
-+++ b/kerncompat.h
-@@ -32,7 +32,7 @@
-
- #include <features.h>
-
--#ifndef __GLIBC__
-+#ifndef HAVE_DECL___ALWAYS_INLINE
- #define __always_inline __inline __attribute__ ((__always_inline__))
- #endif
-
---
-2.4.3
-
OpenPOWER on IntegriCloud