mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
util-linux: remove x86 workaround now that @chneukirchen fixed the issue.
This commit is contained in:
parent
e51c071100
commit
19aa1a1d00
1 changed files with 2 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.27.1
|
version=2.27.1
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Miscellaneous linux utilities"
|
short_desc="Miscellaneous linux utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
|
homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
|
||||||
|
@ -41,14 +41,7 @@ do_configure() {
|
||||||
--enable-write --localstatedir=/run
|
--enable-write --localstatedir=/run
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
make ${makejobs}
|
||||||
# XXX
|
|
||||||
export CCACHE_DISABLE=1
|
|
||||||
make ${makejobs}
|
|
||||||
unset CCACHE_DISABLE
|
|
||||||
else
|
|
||||||
make ${makejobs}
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make usrsbin_execdir=/usr/bin DESTDIR=${DESTDIR} install
|
make usrsbin_execdir=/usr/bin DESTDIR=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue