mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
java-commons-io: won't build on jvm/zero machines
This commit is contained in:
parent
ff474131db
commit
871ca7f558
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ homepage="http://commons.apache.org/io"
|
||||||
distfiles="https://downloads.apache.org//commons/io/source/${_origname}-${version}-src.tar.gz"
|
distfiles="https://downloads.apache.org//commons/io/source/${_origname}-${version}-src.tar.gz"
|
||||||
checksum=f68167938ab15ced969747bc6b4d91c4f923a34ad4fdb2e8c8c3029adaa47e0c
|
checksum=f68167938ab15ced969747bc6b4d91c4f923a34ad4fdb2e8c8c3029adaa47e0c
|
||||||
|
|
||||||
|
case "$XBPS_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*|arm*) broken="jar creation runs out of memory with zero";;
|
||||||
|
esac
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
source /etc/profile.d/10_openjdk8.sh
|
source /etc/profile.d/10_openjdk8.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue