[trousers/f15/master] New upstream bug fix release

Steve Grubb sgrubb at fedoraproject.org
Fri Apr 8 16:07:38 UTC 2011


commit d59c30d199b0bdd346821779e93be6c4e4c15771
Author: Steve <sgrubb at redhat.com>
Date:   Fri Apr 8 12:07:35 2011 -0400

    New upstream bug fix release

 trousers-no-werror.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/trousers-no-werror.patch b/trousers-no-werror.patch
new file mode 100644
index 0000000..58d60fb
--- /dev/null
+++ b/trousers-no-werror.patch
@@ -0,0 +1,12 @@
+diff -ur trousers-0.3.6.orig/configure trousers-0.3.6/configure
+--- trousers-0.3.6.orig/configure	2011-04-08 09:09:38.000000000 -0400
++++ trousers-0.3.6/configure	2011-04-08 09:41:49.000000000 -0400
+@@ -14379,7 +14379,7 @@
+ 
+ 
+ if test "x${GCC}" = "xyes"; then
+-	CFLAGS="$CFLAGS -W -Wall -Werror -Wno-unused-parameter -Wsign-compare"
++	CFLAGS="$CFLAGS -W -Wall -Wno-unused-parameter -Wsign-compare"
+ fi
+ 
+ CFLAGS="$CFLAGS -I../include \


More information about the scm-commits mailing list