mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-04-18 09:44:09 +03:00
Don't generate the probes.lo on macOS
The DTrace on macOS only needs header file and the dtrace command doesn't have the -G option. Skip generating the object file on macOS, so the build doesn't fail.
This commit is contained in:
parent
b4a3b133cc
commit
d13ea59a3c
@ -14,5 +14,7 @@ probes.lo: probes.d $(DTRACE_DEPS)
|
||||
$(AM_V_DTRACE)$(LIBTOOL) --mode=compile --tag=CC $(DTRACE) -s $(srcdir)/probes.d -G -o $@ $(DTRACE_OBJS)
|
||||
|
||||
if HAVE_DTRACE
|
||||
if !HOST_MACOS
|
||||
DTRACE_LIBADD = probes.lo
|
||||
endif
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user