summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-15 16:36:44 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-15 16:36:44 +0000
commita5af3da75606a6e9b9489dd14bcc5384c37ab60c (patch)
tree00a52d4e24eb5de60bf924c8174c839ca138e55c /net-analyzer/ethereal/files
parentAdded ~alpha keyword. (diff)
downloadhistorical-a5af3da75606a6e9b9489dd14bcc5384c37ab60c.tar.gz
historical-a5af3da75606a6e9b9489dd14bcc5384c37ab60c.tar.bz2
historical-a5af3da75606a6e9b9489dd14bcc5384c37ab60c.zip
Add patch to build with --as-needed and adns useflag. Bug #129906 reported by Patrizio Bassi.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'net-analyzer/ethereal/files')
-rw-r--r--net-analyzer/ethereal/files/ethereal-0.10.14-asneeded.patch13
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