diff options
Diffstat (limited to 'net-analyzer/wireshark/files/wireshark-0.99.7-asneeded.patch')
-rw-r--r-- | net-analyzer/wireshark/files/wireshark-0.99.7-asneeded.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-0.99.7-asneeded.patch b/net-analyzer/wireshark/files/wireshark-0.99.7-asneeded.patch new file mode 100644 index 000000000000..36069368e141 --- /dev/null +++ b/net-analyzer/wireshark/files/wireshark-0.99.7-asneeded.patch @@ -0,0 +1,10 @@ +--- ./epan/dissectors/Makefile.am.orig 2007-12-11 16:38:03.000000000 +0300 ++++ ./epan/dissectors/Makefile.am 2007-12-11 16:38:37.000000000 +0300 +@@ -32,6 +32,7 @@ + + libasndissectors_la_SOURCES = \ + $(ASN_DISSECTOR_SRC) ++libasndissectors_la_LIBADD = ../../wiretap/libwiretap.la + + libpidldissectors_la_SOURCES = \ + $(PIDL_DISSECTOR_SRC) |