* [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark/files: wireshark-1.0.4-zlib-build.patch
@ 2008-10-30 5:40 Peter Volkov (pva)
0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2008-10-30 5:40 UTC (permalink / raw
To: gentoo-commits
pva 08/10/30 05:40:43
Added: wireshark-1.0.4-zlib-build.patch
Log:
Build fails without zlib, this patch fixes it, bug #244931, thank emos696 AT hotmail.com for this work.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Revision Changes Path
1.1 net-analyzer/wireshark/files/wireshark-1.0.4-zlib-build.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.0.4-zlib-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.0.4-zlib-build.patch?rev=1.1&content-type=text/plain
Index: wireshark-1.0.4-zlib-build.patch
===================================================================
http://anonsvn.wireshark.org/viewvc?view=rev&revision=26524
--- trunk-1.0/wiretap/file_access.c 2008/10/23 14:30:35 26523
+++ trunk-1.0/wiretap/file_access.c 2008/10/23 16:38:52 26524
@@ -978,6 +978,7 @@
static FILE *wtap_dump_file_fdopen(wtap_dumper *wdh _U_, int fd)
{
return fdopen(fd, "wb");
+}
#endif
/* internally writing raw bytes (compressed or not) */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-30 5:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30 5:40 [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark/files: wireshark-1.0.4-zlib-build.patch Peter Volkov (pva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox