build: Do not check if system perl modules should be bundled
authorAndrew Bartlett <abartlet@samba.org>
Sun, 2 Feb 2020 20:51:12 +0000 (09:51 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 4 Feb 2020 05:13:39 +0000 (05:13 +0000)
commitcf4984947b39e9f6f8afd29de8a760703bf9e092
tree5ac13149ba73cf9ddd4f76b35e28ac469efc5e4b
parent6be818b47b934449d4a40973e4b81654ee22490b
build: Do not check if system perl modules should be bundled

We do not ship any perl modules in third_party at this time, so
this check is pointless and breaks the build for --bundled-libraries=ALL.

As reported by aaptel on https://gitlab.com/samba-team/samba/-/merge_requests/1104#note_281050331

This changes our autobuild script to cover this case in the
samba-static job.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
pidl/wscript
script/autobuild.py