]> git.pld-linux.org Git - packages/wireshark.git/blob - wireshark-Werror.patch
require glib2 >= 2.22 for missing g_int64_equal symbol
[packages/wireshark.git] / wireshark-Werror.patch
1 --- wireshark-0.99.6/acinclude.m4~      2007-09-04 14:52:13.000000000 +0200
2 +++ wireshark-0.99.6/acinclude.m4       2007-09-04 14:56:04.000000000 +0200
3 @@ -486,7 +486,7 @@
4           AC_DEFINE(HAVE_PCAP_BREAKLOOP, 1, [Define if pcap_breakloop is known])
5           if test "x$with_warnings_as_errors" = "xyes"; then
6             AC_MSG_CHECKING([whether pcap_breakloop is usable])
7 -           CFLAGS="$CFLAGS -Werror -Wimplicit"
8 +           CFLAGS="$CFLAGS -Wimplicit"
9             AC_WIRESHARK_PCAP_BREAKLOOP_TRY_LINK
10             if test "x$ws_breakloop_compiled" = "xyes"; then
11               AC_MSG_RESULT(yes)
This page took 0.046867 seconds and 3 git commands to generate.