1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Pass libdir to configure.
Author: Steinar H. Gunderson <sesse@debian.org>
Forwarded: not-needed
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -19,7 +19,7 @@ my %opts;
undef @opts{qw(with-apache2-apxs with-apache1-apxs with-apache2-src
with-perl with-apache2-httpd
with-apr-config with-apu-config apxs
- with-expat with-mm-opts)};
+ with-expat with-mm-opts libdir)};
undef @opts{qw(with-apache2)} if (WIN32);
my @flags = qw/enable-maintainer-mode enable-perl-glue disable-perl-glue/;
|