build: Silence git warning under podwrapper
commit08b61ba6c18c07f78f3e9f0d407c0fb856da603f
authorEric Blake <eblake@redhat.com>
Wed, 14 Aug 2019 15:56:07 +0000 (14 10:56 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 14 Aug 2019 15:57:52 +0000 (14 10:57 -0500)
tree4652248e9e0a730bdb2dd93a04dba3ef1338eefb
parentee20cbe8abc12c9c909fdbfb62de44fbf2e349b1
build: Silence git warning under podwrapper

If the current git checkout has configured an orderfile for saner
reading of diffs, this configuration bleeds through to the use of git
within podwrapper for annoying warnings like:

perl /home/eblake/libnbd/podwrapper.pl --section=3 --man nbd_create.3 \
    --html ../html/nbd_create.3.html \
    nbd_create.pod
fatal: failed to read orderfile 'scripts/git.orderfile': No such file or directory

Although the warnings have no impact on the build, we might as well
silence them (since the use of the orderfile is worthwhile).

Signed-off-by: Eric Blake <eblake@redhat.com>
include/nbdkit-plugin.h
podwrapper.pl.in