mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 20:07:14 +08:00
ntp: fix i686 build
This commit is contained in:
parent
97c99281e3
commit
6a6288c093
@ -31,7 +31,7 @@ build() {
|
|||||||
# fix man page generation
|
# fix man page generation
|
||||||
patch -Np1 -i ../ntp-4.2.4-html2man.patch
|
patch -Np1 -i ../ntp-4.2.4-html2man.patch
|
||||||
# configure
|
# configure
|
||||||
export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
|
export LDFLAGS="${LDFLAGS//-Wl,--as-needed -lrt}"
|
||||||
# 4.2.6p3: aclocal too old, regenerate
|
# 4.2.6p3: aclocal too old, regenerate
|
||||||
rm -f aclocal.m4
|
rm -f aclocal.m4
|
||||||
libtoolize --copy --force
|
libtoolize --copy --force
|
||||||
|
Loading…
Reference in New Issue
Block a user