ntp: fix i686 build

This commit is contained in:
Phil 2011-07-21 15:01:41 +00:00
parent 97c99281e3
commit 6a6288c093

View File

@ -31,7 +31,7 @@ build() {
# fix man page generation
patch -Np1 -i ../ntp-4.2.4-html2man.patch
# configure
export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
export LDFLAGS="${LDFLAGS//-Wl,--as-needed -lrt}"
# 4.2.6p3: aclocal too old, regenerate
rm -f aclocal.m4
libtoolize --copy --force