diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-15 16:36:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-15 16:36:44 +0000 |
commit | f4e721aaff92f6f438d65f13116b423a1dd966c9 (patch) | |
tree | 0b3781970926297095f2cf68fa2f88843148e37a /net-analyzer/ethereal/files | |
parent | Added ~alpha keyword. (diff) | |
download | gentoo-2-f4e721aaff92f6f438d65f13116b423a1dd966c9.tar.gz gentoo-2-f4e721aaff92f6f438d65f13116b423a1dd966c9.tar.bz2 gentoo-2-f4e721aaff92f6f438d65f13116b423a1dd966c9.zip |
Add patch to build with --as-needed and adns useflag. Bug #129906 reported by Patrizio Bassi.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-analyzer/ethereal/files')
-rw-r--r-- | net-analyzer/ethereal/files/ethereal-0.10.14-asneeded.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/ethereal/files/ethereal-0.10.14-asneeded.patch b/net-analyzer/ethereal/files/ethereal-0.10.14-asneeded.patch new file mode 100644 index 000000000000..2bf83fe7ece3 --- /dev/null +++ b/net-analyzer/ethereal/files/ethereal-0.10.14-asneeded.patch @@ -0,0 +1,13 @@ +Index: ethereal-0.10.14/epan/Makefile.am +=================================================================== +--- ethereal-0.10.14.orig/epan/Makefile.am ++++ ethereal-0.10.14/epan/Makefile.am +@@ -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 |