]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- update for 1.0.0
authorSzymon Siwek <sls@pld-linux.org>
Tue, 1 Apr 2008 03:44:55 +0000 (03:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wireshark-Werror.patch -> 1.2

wireshark-Werror.patch

index 6e5c61484204d973901de8b29c07aff9a69f36af..e1161a1e19d26f7acb66d69120e14ab64b1623a6 100644 (file)
@@ -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)
This page took 0.257401 seconds and 4 git commands to generate.