util-linux: Do not build raw any more.
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 29 Jan 2022 16:35:19 +0000 (17:35 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 1 Feb 2022 20:25:02 +0000 (21:25 +0100)
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>
package/utils/util-linux/Makefile

index bf8a67f074100c309575f175283e205b493ef941..a532aaf7691c1d56e545d2ae9d3490c1b9ec3153 100644 (file)
@@ -542,6 +542,7 @@ CONFIGURE_ARGS += \
        --disable-lslogins              \
        --disable-runuser               \
        --disable-chfn-chsh             \
        --disable-lslogins              \
        --disable-runuser               \
        --disable-chfn-chsh             \
+       --disable-raw                   \
        --without-python                \
        --without-udev                  \
        --without-readline              \
        --without-python                \
        --without-udev                  \
        --without-readline              \