mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
samba4: make host-buildtools private/add suffix
* fix openwrt/packages#10700 * add suffix to asn1_compile, compile_et to avoid krb5 conflicts * bundle samba's com_err Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/source4/heimdal_build/wscript_configure 2019-12-03
|
||||
+++ b/source4/heimdal_build/wscript_configure 2019-12-03
|
||||
@@ -199,7 +199,7 @@ def check_system_heimdal_lib(name, funct
|
||||
def check_system_heimdal_binary(name):
|
||||
if conf.LIB_MAY_BE_BUNDLED(name):
|
||||
return False
|
||||
- if not conf.find_program(name, var=name.upper()):
|
||||
+ if not conf.find_program(name + '_samba', var=name.upper()):
|
||||
return False
|
||||
conf.define('USING_SYSTEM_%s' % name.upper(), 1)
|
||||
return True
|
||||
Reference in New Issue
Block a user