]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fdformat: remove command from default build
authorSami Kerola <kerolasa@iki.fi>
Wed, 11 Nov 2020 21:10:32 +0000 (21:10 +0000)
committerSami Kerola <kerolasa@iki.fi>
Sat, 14 Nov 2020 16:07:05 +0000 (16:07 +0000)
commit13b26e3c36d110b4e372f93762e25fc40c94d9e0
treed2dbacd06cfeec36986058a5846824b3b34136d4
parent32a4efc5675ca238d382a0027f7f4723b8b3af28
fdformat: remove command from default build

It should be safe assumption a command related to floppy disks does not
need to be part of default build.  Notice that the reference commit removed
floppy driver from linux about year ago.  Virtual floppies might exist they
should not need low-level formatting.  But if someone really needs this
enabling the build in that case is better than pushing the binary by
default to many many systems that install util-linux.

Reference: https://github.com/torvalds/linux/commit/47d6a7607443ea43dbc4d0f371bf773540a8f8f4
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
configure.ac