diff options
Diffstat (limited to 'net/samba4/patches/009-samba-4-11-fix-host-tools-checks.patch.patch')
-rw-r--r-- | net/samba4/patches/009-samba-4-11-fix-host-tools-checks.patch.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/samba4/patches/009-samba-4-11-fix-host-tools-checks.patch.patch b/net/samba4/patches/009-samba-4-11-fix-host-tools-checks.patch.patch index 88c560d1a..507b74c9c 100644 --- a/net/samba4/patches/009-samba-4-11-fix-host-tools-checks.patch.patch +++ b/net/samba4/patches/009-samba-4-11-fix-host-tools-checks.patch.patch @@ -1,5 +1,5 @@ ---- a/wscript_configure_embedded_heimdal 2019-12-17 -+++ b/wscript_configure_embedded_heimdal 2019-12-17 +--- a/wscript_configure_embedded_heimdal ++++ b/wscript_configure_embedded_heimdal @@ -1 +1,12 @@ conf.RECURSE('source4/heimdal_build') + @@ -13,8 +13,8 @@ + +check_system_heimdal_binary("compile_et") +check_system_heimdal_binary("asn1_compile") ---- a/wscript_configure_system_heimdal 2019-12-17 -+++ b/wscript_configure_system_heimdal 2019-12-17 +--- a/wscript_configure_system_heimdal ++++ b/wscript_configure_system_heimdal @@ -37,14 +37,6 @@ def check_system_heimdal_lib(name, funct conf.define('USING_SYSTEM_%s' % name.upper(), 1) return True |