packages: acpid/acpid.spec - disable -Werror, because there is some false p...

sparky sparky at pld-linux.org
Sat Feb 5 12:40:27 CET 2011


Author: sparky                       Date: Sat Feb  5 11:40:27 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable -Werror, because there is some false positive
- more rpm*flags

---- Files affected:
packages/acpid:
   acpid.spec (1.70 -> 1.71) 

---- Diffs:

================================================================
Index: packages/acpid/acpid.spec
diff -u packages/acpid/acpid.spec:1.70 packages/acpid/acpid.spec:1.71
--- packages/acpid/acpid.spec:1.70	Sat Feb  5 12:00:24 2011
+++ packages/acpid/acpid.spec	Sat Feb  5 12:40:21 2011
@@ -76,8 +76,8 @@
 %build
 %{__make} \
 	CC="%{__cc}" \
-	LDFLAGS="%{rpmldflags}" \
-	OPT="%{rpmcflags}"
+	LDFLAGS="%{rpmcflags} %{rpmldflags}" \
+	OPT="%{rpmcppflags} %{rpmcflags} -Wno-error"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -143,6 +143,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71  2011/02/05 11:40:21  sparky
+- disable -Werror, because there is some false positive
+- more rpm*flags
+
 Revision 1.70  2011/02/05 11:00:24  areq
 - 2.0.7
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/acpid/acpid.spec?r1=1.70&r2=1.71&f=u



More information about the pld-cvs-commit mailing list