SOURCES: wireshark-Werror.patch - update for 1.0.0

sls sls at pld-linux.org
Tue Apr 1 05:45:01 CEST 2008


Author: sls                          Date: Tue Apr  1 03:45:01 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update for 1.0.0

---- Files affected:
SOURCES:
   wireshark-Werror.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/wireshark-Werror.patch
diff -u SOURCES/wireshark-Werror.patch:1.1 SOURCES/wireshark-Werror.patch:1.2
--- SOURCES/wireshark-Werror.patch:1.1	Thu Sep  6 18:41:55 2007
+++ SOURCES/wireshark-Werror.patch	Tue Apr  1 05:44:55 2008
@@ -1,11 +1,11 @@
 --- wireshark-0.99.6/acinclude.m4~	2007-09-04 14:52:13.000000000 +0200
 +++ wireshark-0.99.6/acinclude.m4	2007-09-04 14:56:04.000000000 +0200
 @@ -486,7 +486,7 @@
- 	ac_CFLAGS_saved="$CFLAGS"
- 	AC_WIRESHARK_PCAP_BREAKLOOP_TRY_LINK
- 	if test "x$ws_breakloop_compiled" = "xyes"; then
--	  CFLAGS="$CFLAGS -Werror -Wimplicit"
-+	  CFLAGS="$CFLAGS -Wimplicit"
- 	  AC_WIRESHARK_PCAP_BREAKLOOP_TRY_LINK
- 	  if test "x$ws_breakloop_compiled" = "xyes"; then
- 	    AC_MSG_RESULT(yes)
+ 	  AC_DEFINE(HAVE_PCAP_BREAKLOOP, 1, [Define if pcap_breakloop is known])
+ 	  if test "x$with_warnings_as_errors" = "xyes"; then
+ 	    AC_MSG_CHECKING([whether pcap_breakloop is usable])
+-	    CFLAGS="$CFLAGS -Werror -Wimplicit"
++	    CFLAGS="$CFLAGS -Wimplicit"
+ 	    AC_WIRESHARK_PCAP_BREAKLOOP_TRY_LINK
+ 	    if test "x$ws_breakloop_compiled" = "xyes"; then
+ 	      AC_MSG_RESULT(yes)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/wireshark-Werror.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list