mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
www/p5-HTTP-MHTTP: This is not jobs safe
I've run into a handful of perl ports that are not jobs safe. I've been hesitating to mark them as such, but this port has shown up multiple times on the fail-to-build list. There are other perl ports that also fail quite often with high "j" numbers, so I'll start marking them. This one fails to build the libmhttp.a archive which is a typical error seen when at least one of the object files is missing.
This commit is contained in:
parent
e84d8987b2
commit
0121ac94f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378310
@ -17,6 +17,8 @@ USE_OPENSSL= yes
|
||||
CONFIGURE_ENV= GOTSSL=yes
|
||||
CONFIGURE_ARGS= --default
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's!(?<=POSSIBLE_SSL_DIRS = qw\().*(?=\);)!${OPENSSLBASE}!;' \
|
||||
${WRKSRC}/Makefile.PL
|
||||
|
Loading…
Reference in New Issue
Block a user