mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-e2fsprogs: do not build and use private libuuid/libblkid
@ 2019-02-05 15:24 Bastian Krause
  0 siblings, 0 replies; only message in thread
From: Bastian Krause @ 2019-02-05 15:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

util-linux-ng provides more recent versions of libuuid and libblkid. Use
them. This prevents outdated versions (and their headers) from getting
installed into the sysroot, possibly over the recent versions from
host-util-linux-ng.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/host-e2fsprogs.in   | 1 +
 rules/host-e2fsprogs.make | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/host-e2fsprogs.in b/rules/host-e2fsprogs.in
index cc2d7ea64..122b0ba31 100644
--- a/rules/host-e2fsprogs.in
+++ b/rules/host-e2fsprogs.in
@@ -2,6 +2,7 @@
 
 config HOST_E2FSPROGS
 	tristate
+	select HOST_UTIL_LINUX_NG
 	default y if ALLYES
 	help
 	  Useful hosttools for management of ext2 and ext3 filesystems
diff --git a/rules/host-e2fsprogs.make b/rules/host-e2fsprogs.make
index 2d586fcf6..f382fd2d6 100644
--- a/rules/host-e2fsprogs.make
+++ b/rules/host-e2fsprogs.make
@@ -36,8 +36,8 @@ HOST_E2FSPROGS_CONF_OPT		:= \
 	--disable-jbd-debug \
 	--disable-blkid-debug \
 	--disable-testio-debug \
-	--enable-libuuid \
-	--enable-libblkid \
+	--disable-libuuid \
+	--disable-libblkid \
 	--disable-backtrace \
 	--disable-debugfs \
 	--disable-imager \
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-05 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05 15:24 [ptxdist] [PATCH] host-e2fsprogs: do not build and use private libuuid/libblkid Bastian Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox