Skip to content
Snippets Groups Projects
Commit 693d7c12 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

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: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent 64866ba4
Branches
No related tags found
No related merge requests found
...@@ -542,6 +542,7 @@ CONFIGURE_ARGS += \ ...@@ -542,6 +542,7 @@ CONFIGURE_ARGS += \
--disable-lslogins \ --disable-lslogins \
--disable-runuser \ --disable-runuser \
--disable-chfn-chsh \ --disable-chfn-chsh \
--disable-raw \
--without-python \ --without-python \
--without-udev \ --without-udev \
--without-readline \ --without-readline \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment