Ethereal-dev: Re: [Ethereal-dev] building static 0.10.11

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

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Sat, 18 Feb 2006 23:18:23 +0100
On Wed, Feb 08, 2006 at 02:41:35PM +0100, ext-henning.treu@xxxxxxxxx wrote:
> thanks for the quick reply. The System is SuSE 9.0, gtk+ 2.6.10, glib 2.6.6.
> I will submit a bug report later.

I couldn't find your bug report, but please test, whether
--enable-static will work with the attached patch.

 ciao
     Joerg
Index: Makefile.am
===================================================================
--- Makefile.am	(revision 17348)
+++ Makefile.am	(working copy)
@@ -293,7 +293,7 @@
 # applications are X applications).
 
 if ENABLE_STATIC
-ethereal_LDFLAGS = -Wl,-static -all-static
+#ethereal_LDFLAGS = -Wl,-static -all-static
 else
 ethereal_LDFLAGS = -export-dynamic
 endif
@@ -331,7 +331,7 @@
 	@LIBGNUTLS_LIBS@
 
 if ENABLE_STATIC
-tethereal_LDFLAGS = -Wl,-static -all-static
+#tethereal_LDFLAGS = -Wl,-static -all-static
 else
 tethereal_LDFLAGS = -export-dynamic
 endif