diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-libapreq2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-libapreq2/APKBUILD b/testing/perl-libapreq2/APKBUILD index 4ebc1490d7..6a39ccf875 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 |