Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Vendor fixes (Was: Some Mandrake 64 bit fixes)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Barry Myles <smyles@xxxxxxxxxxxxxxx>
Date: Sat, 17 Jul 2004 21:11:31 +0100
Joerg Mayer wrote:

Gentoo

Looking here:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/net-analyzer/ethereal/ethereal-0.10.5-r1.ebuild?rev=1.4&content-type=text/plain

Gentoo uses the vanilla sources with one Makefile patch to assist compilation using GCC3.4:
The original bug report which lead to this fix is here:
http://bugs.gentoo.org/show_bug.cgi?id=49238

--- epan/Makefile.in.old	2004-03-26 04:05:56.000000000 +0000
+++ epan/Makefile.in	2004-04-23 08:59:22.353604120 +0100
@@ -1453,7 +1453,7 @@
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -fno-unroll-loops
DIST_SOURCES = $(libethereal_la_SOURCES) $(EXTRA_libethereal_la_SOURCES)

RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \

--
Barry Myles