aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-01-29 17:35:19 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-02-01 21:25:02 +0100
commit693d7c12e8fcdf553cd46fb561c63786b45a585a (patch)
tree500577849a55efce89d7f459df4137fb9318976b /package/utils
parent64866ba47412c8cb39f891b1861c25df22023694 (diff)
downloadupstream-693d7c12e8fcdf553cd46fb561c63786b45a585a.tar.gz
upstream-693d7c12e8fcdf553cd46fb561c63786b45a585a.tar.bz2
upstream-693d7c12e8fcdf553cd46fb561c63786b45a585a.zip
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@hauke-m.de>
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/util-linux/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \