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"