util-linux: remove x86 workaround now that @chneukirchen fixed the issue.

This commit is contained in:
Juan RP 2015-11-20 07:30:34 +01:00
parent e51c071100
commit 19aa1a1d00
1 changed files with 2 additions and 9 deletions

View File

@ -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 <xtraeme@voidlinux.eu>"
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