mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
wafsambaa: Support libraries that don't have the same name as their pkg-config file.
This commit is contained in:
parent
c526078806
commit
2f29133491
@ -126,7 +126,7 @@ def CHECK_BUNDLED_SYSTEM_PKG(conf, libname, minversion='0.0.0',
|
||||
pkg = libname
|
||||
|
||||
if conf.check_cfg(package=pkg,
|
||||
args='"%s >= %s" --cflags --libs' % (libname, minversion),
|
||||
args='"%s >= %s" --cflags --libs' % (pkg, minversion),
|
||||
msg=msg):
|
||||
conf.SET_TARGET_TYPE(libname, 'SYSLIB')
|
||||
conf.env[found] = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user