From 19aa1a1d00b46939c89b994e7b63e76400648ec5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 20 Nov 2015 07:30:34 +0100 Subject: [PATCH] util-linux: remove x86 workaround now that @chneukirchen fixed the issue. --- srcpkgs/util-linux/template | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index f79399bd1c0..e39a1f1e190 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -1,7 +1,7 @@ # Template file for 'util-linux' pkgname=util-linux version=2.27.1 -revision=1 +revision=2 short_desc="Miscellaneous linux utilities" maintainer="Juan RP " homepage="https://www.kernel.org/pub/linux/utils/util-linux/" @@ -41,14 +41,7 @@ do_configure() { --enable-write --localstatedir=/run } do_build() { - if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then - # XXX - export CCACHE_DISABLE=1 - make ${makejobs} - unset CCACHE_DISABLE - else - make ${makejobs} - fi + make ${makejobs} } do_install() { make usrsbin_execdir=/usr/bin DESTDIR=${DESTDIR} install