aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/perl-libapreq2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-libapreq2/APKBUILD b/testing/perl-libapreq2/APKBUILD
index 4ebc1490d..6a39ccf87 100644
--- a/testing/perl-libapreq2/APKBUILD
+++ b/testing/perl-libapreq2/APKBUILD
@@ -12,7 +12,7 @@ cpandepends=""
cpanmakedepends=""
depends="$cpandepends"
subpackages="$pkgname-dev"
-makedepends="perl-extutils-xsbuilder libtool apache2-mod-perl-dev expat-dev apr-dev"
+makedepends="perl-extutils-xsbuilder libtool apache2-dev apache2-mod-perl-dev expat-dev apr-dev"
source="http://search.cpan.org/CPAN/authors/id/I/IS/ISAAC/$_pkgreal-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver"
@@ -28,7 +28,7 @@ prepare() {
build() {
cd $_builddir
- ./configure \
+ ./configure --prefix=/usr \
--with-apache2-apxs=/usr/bin/apxs \
--with-apache2-httpd=/usr/sbin/httpd
make || return 1