aboutsummaryrefslogtreecommitdiffstats
path: root/community/tomcat-native
diff options
context:
space:
mode:
authorSimon Frankenberger <simon@fraho.eu>2019-02-06 16:23:47 +0100
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-11 18:39:06 +0000
commitfbd3afe301c1d01fb0a02eff8348eaebb8ef5c1c (patch)
tree9c040f259de9e6a81254416995a9e6b0dfd46d3d /community/tomcat-native
parent9d33cdd3a0e5306bfd4bd3a6b353d4344cf714a0 (diff)
downloadaports-fbd3afe301c1d01fb0a02eff8348eaebb8ef5c1c.tar.bz2
aports-fbd3afe301c1d01fb0a02eff8348eaebb8ef5c1c.tar.xz
community/tomcat-native: Remove dependency to java
The library itself doesn't depend on java, it's only used to compile this aport. Fixes RM #9740 Closes GH-6237
Diffstat (limited to 'community/tomcat-native')
-rw-r--r--community/tomcat-native/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tomcat-native/APKBUILD b/community/tomcat-native/APKBUILD
index ba90e9f4f9..e3e0711876 100644
--- a/community/tomcat-native/APKBUILD
+++ b/community/tomcat-native/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=tomcat-native
pkgver=1.2.21
-pkgrel=0
+pkgrel=1
pkgdesc="Native resources optional component for Apache Tomcat"
url="https://tomcat.apache.org/native-doc/"
arch="all"
license="Apache-2.0"
-depends="openjdk8-jre-base"
+options="!check" # package has no tests
makedepends="apr-dev chrpath openjdk8 openssl-dev"
subpackages="$pkgname-dev"
source="https://www-eu.apache.org/dist/tomcat/tomcat-connectors/native/$pkgver/source/$pkgname-$pkgver-src.tar.gz"