diff options
author | marino <marino@FreeBSD.org> | 2016-10-06 03:00:31 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-10-06 03:00:31 +0800 |
commit | f1e287260c4cebf70f5ec980f1704f4d5a4fefcf (patch) | |
tree | 66b64ad50c21c91704b04bc7087b493fda52393a /net-mgmt | |
parent | 7e02d2667d1b8641d758c777f84b9f96dc784f8c (diff) | |
download | freebsd-ports-gnome-f1e287260c4cebf70f5ec980f1704f4d5a4fefcf.tar.gz freebsd-ports-gnome-f1e287260c4cebf70f5ec980f1704f4d5a4fefcf.tar.zst freebsd-ports-gnome-f1e287260c4cebf70f5ec980f1704f4d5a4fefcf.zip |
net-mgmt/ndoutils: Mark jobs unsafe (again)
As before, there are attempts to use object files before they are
fully built. It's failed on me twice since the previous MAKE_JOBS_UNSAFE
marking was removed. An explicit fix should be made to the vendor
makefile before removing it again.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ndoutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/ndoutils/Makefile b/net-mgmt/ndoutils/Makefile index 60fb60a59c59..a8133a90fc2b 100644 --- a/net-mgmt/ndoutils/Makefile +++ b/net-mgmt/ndoutils/Makefile @@ -16,6 +16,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/ndoutils \ --localstatedir=/var/run --enable-mysql \ --with-mysql=${LOCALBASE} +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= DOCS NANOSLEEP OPTIONS_SINGLE= NAGIOS_BACKEND OPTIONS_SINGLE_NAGIOS_BACKEND= NAGIOS3X NAGIOS4X |