mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/openjdk8: fix build on armhf
This commit is contained in:
parent
3854f649f7
commit
a7d7de5631
@ -25,7 +25,7 @@ makedepends="bash findutils tar zip file paxmark gawk util-linux libxslt
|
||||
case $CARCH in
|
||||
x86) _jarch=i386;;
|
||||
x86_64) _jarch=amd64;;
|
||||
arm*) _jarch=arm;;
|
||||
arm*) _jarch=aarch32;;
|
||||
*) _jarch="$CARCH";;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user