From Diego Petteno: link the shared libethereal against the ADNS

library.  If that's not done, it leaves to ethereal or other binaries
using it the job of linking adns within them.  This behaviour is
unreliable and breaks when using the --as-needed flag for GNU ld
(version 2.16 or better 2.17).

svn path=/trunk/; revision=17969
This commit is contained in:
Guy Harris 2006-04-23 18:50:58 +00:00
parent 8dd0e70722
commit 9b639bacaa
2 changed files with 2 additions and 1 deletions

View File

@ -2588,6 +2588,7 @@ Andrei Emeltchenko <Andrei.Emeltchenko [AT] nokia.com>
Marc Petit-Huguenin <marc [AT] petit-huguenin.org>
Kirby Files <kfiles [AT] masergy.com>
Ravi Valmikam <rvalmikam [AT] airvananet.com>
Diego Pettenò <flameeyes [AT] gentoo.org>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.

View File

@ -84,7 +84,7 @@ MAINTAINERCLEANFILES = \
#
# Add the object files for missing routines, if any.
#
libethereal_la_LIBADD = @G_ASCII_STRTOULL_LO@ @INET_ATON_LO@ @INET_PTON_LO@ @INET_NTOP_LO@ dfilter/libdfilter.la ftypes/libftypes.la dissectors/libdissectors.la
libethereal_la_LIBADD = @G_ASCII_STRTOULL_LO@ @INET_ATON_LO@ @INET_PTON_LO@ @INET_NTOP_LO@ dfilter/libdfilter.la ftypes/libftypes.la dissectors/libdissectors.la @ADNS_LIBS@
libethereal_la_DEPENDENCIES = @G_ASCII_STRTOULL_LO@ @INET_ATON_LO@ @INET_PTON_LO@ @INET_NTOP_LO@ dfilter/libdfilter.la ftypes/libftypes.la dissectors/libdissectors.la
tvbtest: tvbtest.o tvbuff.o except.o strutil.o