]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: add --disable-hwclock-gplv3
authorKarel Zak <kzak@redhat.com>
Mon, 27 Jan 2020 15:17:10 +0000 (16:17 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 27 Jan 2020 15:17:10 +0000 (16:17 +0100)
commit72652d49eca03f689f3fee503fdfe1e78aeb579e
tree565e89213c36e25389d1e800249908958983a7ff
parenta02591c6670684d263915d05bccbe82e4d7fcc96
build-sys: add --disable-hwclock-gplv3

The currently used date/time parser (for hwclock --set --date <date>)
is gnulib based code with GPLv3.

This patch allows to avoid this code and replace it with minimalistic
date/time parser.

Addresses: https://github.com/karelzak/util-linux/issues/891
Reported-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
sys-utils/Makemodule.am
sys-utils/hwclock.c