From f03e1b0595d78b5320eaa0ceceb6c6b6e1930039 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 5 Sep 2019 14:59:05 +0000 Subject: 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. --- testing/apache2-mod-perl/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/apache2-mod-perl') diff --git a/testing/apache2-mod-perl/APKBUILD b/testing/apache2-mod-perl/APKBUILD index f62bcd3db63..ebd4810b95a 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 -- cgit v1.2.3