1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 21:33:53 +02:00
openwrt-packages/net/samba4/patches/011-samba-4-14-disable-python-module-host-check.patch
Andrew Sim 402f4ba4ef samba4: update to 4.17.0
Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
2022-10-07 01:53:26 -07:00

16 lines
554 B
Diff

--- a/python/wscript
+++ b/python/wscript
@@ -90,9 +90,9 @@ def configure(conf):
"'python3-iso8601'. Please install "
"one of the packages.")
- if not Options.options.without_ad_dc:
- for module, package in ad_dc_pkgs.items():
- find_third_party_module(conf, module, package)
+# if not Options.options.without_ad_dc:
+# for module, package in ad_dc_pkgs.items():
+# find_third_party_module(conf, module, package)
def build(bld):