svn commit: samba r14117 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Thu Mar 9 22:48:33 GMT 2006


Author: metze
Date: 2006-03-09 22:48:33 +0000 (Thu, 09 Mar 2006)
New Revision: 14117

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14117

Log:
fix a perl warning

jelmer: is there a better place to catch this?

metze
Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-09 22:46:49 UTC (rev 14116)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-09 22:48:33 UTC (rev 14117)
@@ -538,6 +538,10 @@
 
 	push (@{$self->{pc_files}}, $path);
 
+	if (not defined($ctx->{CFLAGS}) ) { 
+		$ctx->{CFLAGS} = [];
+	}
+
 	smb_build::env::PkgConfig($self,
 		$path,
 		$link_name,



More information about the samba-cvs mailing list