This commit is contained in:
2026-03-20 14:46:06 +01:00
parent 784d11d4f5
commit 666145c61e

View File

@@ -25,6 +25,8 @@ cd "${PACKAGE}-${VERSION}"
# Create the adjtime file location # Create the adjtime file location
mkdir -pv /var/lib/hwclock mkdir -pv /var/lib/hwclock
# --disable-lsfd: lsfd.c has a bsearch macro conflict with glibc 2.43
# (passes 6 args to a 5-arg macro). Not needed for temp tools.
./configure \ ./configure \
--libdir=/usr/lib \ --libdir=/usr/lib \
--runstatedir=/run \ --runstatedir=/run \
@@ -37,6 +39,7 @@ mkdir -pv /var/lib/hwclock
--disable-pylibmount \ --disable-pylibmount \
--disable-static \ --disable-static \
--disable-liblastlog2 \ --disable-liblastlog2 \
--disable-lsfd \
--without-python \ --without-python \
ADJTIME_PATH=/var/lib/hwclock/adjtime \ ADJTIME_PATH=/var/lib/hwclock/adjtime \
--docdir=/usr/share/doc/util-linux-${VERSION} --docdir=/usr/share/doc/util-linux-${VERSION}