diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-29 12:00:57 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-29 12:00:57 +0000 |
commit | bdf657908fdc05151b113d3fc310c91ea9e21076 (patch) | |
tree | 2f54267e150582c63dd16af90b2da97a3e93d8ea /dns/ldns | |
parent | 02654561844889503c8e2a62fdfe7faa4f372640 (diff) | |
download | freebsd-ports-bdf657908fdc05151b113d3fc310c91ea9e21076.zip |
dns/ldns: set MAKE_JOBS_UNSAFE=yes
Fixes threaded build on POWER9 with 72 threads.
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 31eb5c808654..f3db426c11e5 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -22,6 +22,7 @@ CPE_VENDOR= nlnetlabs GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-dane-ta-usage \ --with-ssl=${OPENSSLBASE} +MAKE_JOBS_UNSAFE= yes .if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL)) OPTIONS_DEFINE= DOXYGEN DRILL EXAMPLES |