Skip to content

Instantly share code, notes, and snippets.

@amontalban
Created December 8, 2016 16:51
Show Gist options
  • Save amontalban/fc343fb86a291406db66c39b7cae3ac6 to your computer and use it in GitHub Desktop.
Save amontalban/fc343fb86a291406db66c39b7cae3ac6 to your computer and use it in GitHub Desktop.
mod_perl2 patch for FreeBSD
--- xs/APR/aprext/Makefile.PL.orig 2016-12-08 16:49:41.385132000 +0000
+++ xs/APR/aprext/Makefile.PL 2016-12-08 16:49:54.270002000 +0000
@@ -22,8 +22,6 @@
push @obj, q{modperl_dummy.o};
my @skip = qw(dynamic test);
-push @skip, q{static}
- unless (Apache2::Build::BUILD_APREXT);
my %args = (NAME => 'lib' . $build->{MP_APR_LIB},
VERSION_FROM => '../APR/APR.pm',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment