From 6a6288c09368b4571214093814fa496244337231 Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 21 Jul 2011 15:01:41 +0000 Subject: [PATCH] ntp: fix i686 build --- ntp/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntp/PKGBUILD b/ntp/PKGBUILD index b637d4927..0faca068e 100644 --- a/ntp/PKGBUILD +++ b/ntp/PKGBUILD @@ -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