[openwrt/openwrt] util-linux: Do not build raw any more.

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 1 12:45:49 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/693d7c12e8fcdf553cd46fb561c63786b45a585a

commit 693d7c12e8fcdf553cd46fb561c63786b45a585a
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Jan 29 17:35:19 2022 +0100

    util-linux: Do not build raw any more.
    
    The man page of the raw tool does not build because the disk-utils/raw.8
    file is missing. It looks like it should be in the tar.xz file we
    download, but it is missing.
    
    We do not package the raw tool, so this is not a problem.
    
    This fixes the following build error:
    No rule to make target 'disk-utils/raw.8', needed by 'all-am'.  Stop.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/utils/util-linux/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index bf8a67f074..a532aaf769 100644
--- a/package/utils/util-linux/Makefile
+++ b/package/utils/util-linux/Makefile
@@ -542,6 +542,7 @@ CONFIGURE_ARGS += \
 	--disable-lslogins		\
 	--disable-runuser		\
 	--disable-chfn-chsh		\
+	--disable-raw			\
 	--without-python		\
 	--without-udev			\
 	--without-readline		\



More information about the lede-commits mailing list