mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/java-jni: fix arch
This commit is contained in:
parent
50657f1c28
commit
6c827bfad5
@ -6,7 +6,7 @@ pkgver=4.2.2
|
||||
pkgrel=3
|
||||
pkgdesc="JNA provides Java programs easy access to native shared libraries."
|
||||
url="https://github.com/java-native-access/jna"
|
||||
arch="noarch"
|
||||
arch="all"
|
||||
license="ASL-2.0 LGPL-2.1"
|
||||
depends="openjdk8-jre-base"
|
||||
makedepends="apache-ant autoconf automake libffi-dev>=3.2 libtool openjdk8"
|
||||
@ -50,7 +50,6 @@ package() {
|
||||
}
|
||||
|
||||
native() {
|
||||
arch="all"
|
||||
local soname="libjnidispatch.so"
|
||||
|
||||
cd "$builddir"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user