rpms/rhm/devel stdint.patch,1.2,1.3

Nuno Santos nsantos at fedoraproject.org
Tue Mar 17 20:38:08 UTC 2009


Author: nsantos

Update of /cvs/extras/rpms/rhm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17776

Modified Files:
	stdint.patch 
Log Message:
stdint patch

stdint.patch:

Index: stdint.patch
===================================================================
RCS file: /cvs/extras/rpms/rhm/devel/stdint.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stdint.patch	17 Mar 2009 19:59:27 -0000	1.2
+++ stdint.patch	17 Mar 2009 20:38:08 -0000	1.3
@@ -18,3 +18,26 @@
  #include "jrnl/deq_hdr.hpp"
  #include "jrnl/enq_hdr.hpp"
  #include "jrnl/file_hdr.hpp"
+--- configure	2009-03-17 14:16:51.000000000 -0400
++++ configure	2009-03-17 16:36:28.000000000 -0400
+@@ -5628,9 +5628,9 @@
+ $as_echo_n "checking whether compiler accepts -Wall... " >&6; }
+ 
+    ac_save_CFLAGS="$CFLAGS"
+-   CFLAGS="$CFLAGS -Wall"
++   #CFLAGS="$CFLAGS -Wall"
+    ac_save_CXXFLAGS="$CXXFLAGS"
+-   CXXFLAGS="$CXXFLAGS -Wall"
++   #CXXFLAGS="$CXXFLAGS -Wall"
+    cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -5664,7 +5664,7 @@
+ 	 test -z "$ac_cxx_werror_flag" ||
+ 	 test ! -s conftest.err
+        } && test -s conftest.$ac_objext; then
+-  COMPILER_FLAGS="$COMPILER_FLAGS -Wall"
++  #COMPILER_FLAGS="$COMPILER_FLAGS -Wall"
+     { $as_echo "$as_me:$LINENO: result: yes" >&5
+ $as_echo "yes" >&6; }
+ else




More information about the fedora-extras-commits mailing list