]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't generate the probes.lo on macOS
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Aug 2023 05:33:50 +0000 (07:33 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 23 Aug 2023 05:33:50 +0000 (07:33 +0200)
commitd13ea59a3cf6b5faa9aae1702312b1686b47f92a
treed1edee79584c141ffd795bd45ba50559709ca40b
parentb4a3b133ccfa51066bc8f884610a11a9d0871666
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.
Makefile.dtrace