From 67a9ca5842a4ce6c0a212876ef7d91f445299e6c Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 26 Sep 2014 16:04:31 +0200 Subject: [PATCH] tlsdate: fix i686 build. --- srcpkgs/tlsdate/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/tlsdate/template b/srcpkgs/tlsdate/template index 88b1041834..f4bf6c2cd2 100644 --- a/srcpkgs/tlsdate/template +++ b/srcpkgs/tlsdate/template @@ -6,6 +6,9 @@ wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure configure_args="--sbindir=/usr/bin --with-polarssl=no ac_cv_func_clock_gettime=yes" +if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then + configure_args+=" --disable-seccomp-filter" +fi conf_files="/etc/tlsdate/tlsdated.conf" make_dirs="/var/cache/tlsdated 0755 root root" hostmakedepends="automake pkg-config libtool"