diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 14:59:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 15:36:55 +0000 |
commit | f03e1b0595d78b5320eaa0ceceb6c6b6e1930039 (patch) | |
tree | 5aa5b6f4c9ab9ec7f25766ce77848b440d2babd7 /testing/apache2-mod-perl | |
parent | 7e5818dd6dccd0ff3a6dc51bb6f311fe9e024022 (diff) | |
download | aports-f03e1b0595d78b5320eaa0ceceb6c6b6e1930039.tar.bz2 aports-f03e1b0595d78b5320eaa0ceceb6c6b6e1930039.tar.xz |
testing/apache2-mod-perl: disable til we fix segfault in httpd
Sometehingk makes apache segault with perl 5.30. Disable til we figured
out what.
Diffstat (limited to 'testing/apache2-mod-perl')
-rw-r--r-- | testing/apache2-mod-perl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/apache2-mod-perl/APKBUILD b/testing/apache2-mod-perl/APKBUILD index f62bcd3db6..ebd4810b95 100644 --- a/testing/apache2-mod-perl/APKBUILD +++ b/testing/apache2-mod-perl/APKBUILD @@ -4,15 +4,15 @@ pkgname=apache2-mod-perl _pkgreal=mod_perl pkgver=2.0.10 -pkgrel=4 +pkgrel=5 pkgdesc="Perl Module for Apache2" url="https://perl.apache.org/" -arch="all" +arch="" # disable til we figured out the problem with perl 5.30 license="Apache-2.0" depends="apache2" depends_dev="$pkgname" makedepends="apache2-dev perl-dev perl-linux-pid apr-dev apr-util-dev" -subpackages="$pkgname-doc $pkgname-dev" +subpackages="$pkgname-dbg $pkgname-doc $pkgname-dev" source="https://www-eu.apache.org/dist/perl/$_pkgreal-$pkgver.tar.gz mod_perl-2.0.10-http_syntax.patch mod_perl-2.0.10-inject_header_line_terminators.patch |