wip
This commit is contained in:
@@ -25,6 +25,8 @@ cd "${PACKAGE}-${VERSION}"
|
||||
# Create the adjtime file location
|
||||
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 \
|
||||
--libdir=/usr/lib \
|
||||
--runstatedir=/run \
|
||||
@@ -37,6 +39,7 @@ mkdir -pv /var/lib/hwclock
|
||||
--disable-pylibmount \
|
||||
--disable-static \
|
||||
--disable-liblastlog2 \
|
||||
--disable-lsfd \
|
||||
--without-python \
|
||||
ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
||||
--docdir=/usr/share/doc/util-linux-${VERSION}
|
||||
|
||||
Reference in New Issue
Block a user