mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
r14117: fix a perl warning
jelmer: is there a better place to catch this? metze (This used to be commit 1e6ac4537024e7924333050125c33f792f982bbe)
This commit is contained in:
parent
429a23c48d
commit
686c10afa2
@ -538,6 +538,10 @@ sub PkgConfig($$)
|
||||
|
||||
push (@{$self->{pc_files}}, $path);
|
||||
|
||||
if (not defined($ctx->{CFLAGS}) ) {
|
||||
$ctx->{CFLAGS} = [];
|
||||
}
|
||||
|
||||
smb_build::env::PkgConfig($self,
|
||||
$path,
|
||||
$link_name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user