From 3fa626dd807ee36bc2b23dbf2fd200a1f4eef873 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 16 Nov 2021 17:54:25 +0100 Subject: [PATCH] community/gdal: possible fix for it searching for unavailable java on riscv64 --- community/gdal/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/gdal/APKBUILD b/community/gdal/APKBUILD index 2e397c8a982..b7121857aeb 100644 --- a/community/gdal/APKBUILD +++ b/community/gdal/APKBUILD @@ -63,9 +63,9 @@ source=" 20-userfaultfd-detection.patch " -# Optional dependency netcdf-dev is not available on mips and s390x +# Optional dependency netcdf-dev is not available on s390x case "$CARCH" in - mips*|s390x) ;; + s390x) ;; *) makedepends="$makedepends netcdf-dev" ;; esac @@ -100,8 +100,8 @@ build() { --with-cpp14 \ --with-dods-root=/usr \ --with-poppler \ - --with-mysql \ - $_with_java + $_with_java \ + --with-mysql make cd "$builddir/swig/python"