packages: open-vm-tools/open-vm-tools.spec - added workaround (-Wno-unused-...

paszczus paszczus at pld-linux.org
Mon Aug 1 10:25:52 CEST 2011


Author: paszczus                     Date: Mon Aug  1 08:25:52 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added workaround (-Wno-unused-but-set-variable to CFLAGS), now builds on th-builders

---- Files affected:
packages/open-vm-tools:
   open-vm-tools.spec (1.93 -> 1.94) 

---- Diffs:

================================================================
Index: packages/open-vm-tools/open-vm-tools.spec
diff -u packages/open-vm-tools/open-vm-tools.spec:1.93 packages/open-vm-tools/open-vm-tools.spec:1.94
--- packages/open-vm-tools/open-vm-tools.spec:1.93	Mon Aug  1 09:48:45 2011
+++ packages/open-vm-tools/open-vm-tools.spec	Mon Aug  1 10:25:47 2011
@@ -234,7 +234,8 @@
 %{__autoconf}
 %configure2_13 \
 	--without-kernel-modules
-%{__make}
+%{__make} \
+	CFLAGS="%{rpmcflags} -Wno-unused-but-set-variable"
 %endif
 
 %install
@@ -402,6 +403,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.94  2011/08/01 08:25:47  paszczus
+- added workaround (-Wno-unused-but-set-variable to CFLAGS), now builds on th-builders
+
 Revision 1.93  2011/08/01 07:48:45  paszczus
 - updated to 2011.07.19
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/open-vm-tools/open-vm-tools.spec?r1=1.93&r2=1.94&f=u



More information about the pld-cvs-commit mailing list