diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-04-26 02:53:14 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-04-26 02:53:14 +0000 |
commit | 6902e40d30b3765a0b16a48f1456f3ab56492c3f (patch) | |
tree | 23c85dc3a32c23117644540a38478fce1fb91f9d /net-analyzer/ethereal/files | |
parent | version bump as per bug #126379. Includes 6 updates from freepops web pages. (diff) | |
download | gentoo-2-6902e40d30b3765a0b16a48f1456f3ab56492c3f.tar.gz gentoo-2-6902e40d30b3765a0b16a48f1456f3ab56492c3f.tar.bz2 gentoo-2-6902e40d30b3765a0b16a48f1456f3ab56492c3f.zip |
as-needed.patch to include other libs. bug #131252 thanks to Mike and Hanno
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'net-analyzer/ethereal/files')
-rw-r--r-- | net-analyzer/ethereal/files/ethereal-0.99.0-as-needed.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/ethereal/files/ethereal-0.99.0-as-needed.patch b/net-analyzer/ethereal/files/ethereal-0.99.0-as-needed.patch new file mode 100644 index 000000000000..4adc90485f50 --- /dev/null +++ b/net-analyzer/ethereal/files/ethereal-0.99.0-as-needed.patch @@ -0,0 +1,12 @@ +diff -uNr ethereal-0.99.0.orig/epan/Makefile.am ethereal-0.99.0/epan/Makefile.am +--- ethereal-0.99.0.orig/epan/Makefile.am 2006-04-17 14:46:53.000000000 +0000 ++++ ethereal-0.99.0/epan/Makefile.am 2006-04-25 21:21:15.000000000 +0000 +@@ -84,7 +84,7 @@ + # + # 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@ @LIBGNUTLS_LIBS@ @KRB5_LIBS@ @SNMP_LIBS@ @SSL_LIBS@ -lm + 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 |