summaryrefslogtreecommitdiffstats
path: root/package/util-linux/0001-build-sys-use-lm-for-scriptreplay-if-necessary.patch
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.ind.br>2017-06-22 23:52:31 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-23 21:12:42 +0200
commit74235a6854d6e469f2dbc141fe08ce9ae94e7d3c (patch)
tree5d103972b91f6c120cdb41a5ecfa161a9fd67562 /package/util-linux/0001-build-sys-use-lm-for-scriptreplay-if-necessary.patch
parent2b38e6dab83fa4623575d5bd500ab794f976ecd6 (diff)
downloadbuildroot-74235a6854d6e469f2dbc141fe08ce9ae94e7d3c.tar.gz
buildroot-74235a6854d6e469f2dbc141fe08ce9ae94e7d3c.zip
util-linux: bump to version 2.30
- Update the "basic set" description to include fincore, which is built by default, and remove tailf, which was removed in this version. - Add configuration options for the new utilities "chmem" and "lsmem". - Add a patch to revert the assumption that ncursesw headers are under /usr/include/ncursesw/ only. That's necessary to have both versions for ABI/API compatibility but does not make sense on embedded systems. - Drop autoreconf, since the patch on term-utils/Makemodule.am is gone. The patch is a bit drastic but it solves the problem of using ncursews while we discuss a better solution in the util-linux mailing list. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/util-linux/0001-build-sys-use-lm-for-scriptreplay-if-necessary.patch')
-rw-r--r--package/util-linux/0001-build-sys-use-lm-for-scriptreplay-if-necessary.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/util-linux/0001-build-sys-use-lm-for-scriptreplay-if-necessary.patch b/package/util-linux/0001-build-sys-use-lm-for-scriptreplay-if-necessary.patch
deleted file mode 100644
index cbf1a81913..0000000000
--- a/package/util-linux/0001-build-sys-use-lm-for-scriptreplay-if-necessary.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 02283be90292b2f57183aa930c4d69375f1d905d Mon Sep 17 00:00:00 2001
-From: Karel Zak <kzak@redhat.com>
-Date: Wed, 18 Jan 2017 13:17:21 +0100
-Subject: [PATCH] build-sys: use -lm for scriptreplay if necessary
-
-Reported-by: Bert van Hall <bert.vanhall@avionic-design.de>
-Addresses: https://github.com/karelzak/util-linux/pull/397
-Signed-off-by: Karel Zak <kzak@redhat.com>
-(cherry picked from commit feda4342df1ced25df3d200ed23469e740196c86)
-Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
----
- term-utils/Makemodule.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/term-utils/Makemodule.am b/term-utils/Makemodule.am
-index 1b7c5fc..ad1bb1f 100644
---- a/term-utils/Makemodule.am
-+++ b/term-utils/Makemodule.am
-@@ -21,7 +21,7 @@ if BUILD_SCRIPTREPLAY
- usrbin_exec_PROGRAMS += scriptreplay
- dist_man_MANS += term-utils/scriptreplay.1
- scriptreplay_SOURCES = term-utils/scriptreplay.c
--scriptreplay_LDADD = $(LDADD) libcommon.la
-+scriptreplay_LDADD = $(LDADD) libcommon.la $(MATH_LIBS)
- endif # BUILD_SCRIPTREPLAY
-
-
---
-2.7.4
-
OpenPOWER on IntegriCloud