Skip to content

Commit

Permalink
util-linux: Do not build raw any more.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hauke committed Feb 1, 2022
1 parent 64866ba commit 693d7c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/utils/util-linux/Makefile
Expand Up @@ -542,6 +542,7 @@ CONFIGURE_ARGS += \
--disable-lslogins \
--disable-runuser \
--disable-chfn-chsh \
--disable-raw \
--without-python \
--without-udev \
--without-readline \
Expand Down

0 comments on commit 693d7c1

Please sign in to comment.