diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-02 09:38:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-02 09:38:40 +0000 |
commit | 37fc6310509c4832e1ea26882970171428ddcb1a (patch) | |
tree | ede946ed54802821cc6ee18011882233f0c1ce9b /main/wireshark/wireshark-1.1.2--as-needed.patch | |
parent | 607d2b046a7376cb5b9b3becec948ffe059a8d6d (diff) | |
download | aports-37fc6310509c4832e1ea26882970171428ddcb1a.tar.bz2 aports-37fc6310509c4832e1ea26882970171428ddcb1a.tar.xz |
main/wireshark: upgrade to 1.2.8
Diffstat (limited to 'main/wireshark/wireshark-1.1.2--as-needed.patch')
-rw-r--r-- | main/wireshark/wireshark-1.1.2--as-needed.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/wireshark/wireshark-1.1.2--as-needed.patch b/main/wireshark/wireshark-1.1.2--as-needed.patch new file mode 100644 index 0000000000..7da659c099 --- /dev/null +++ b/main/wireshark/wireshark-1.1.2--as-needed.patch @@ -0,0 +1,20 @@ +diff --git a/epan/Makefile.am b/epan/Makefile.am +index b2a569d..717e233 100644 +--- a/epan/Makefile.am ++++ b/epan/Makefile.am +@@ -130,6 +130,7 @@ libwireshark_la_LIBADD = \ + dissectors/libdirtydissectors.la $(wslua_lib) @SOCKET_LIBS@ @NSL_LIBS@ \ + @C_ARES_LIBS@ @ADNS_LIBS@ @LIBGCRYPT_LIBS@ @LIBGNUTLS_LIBS@ \ + @KRB5_LIBS@ @SSL_LIBS@ @LIBSMI_LDFLAGS@ @GEOIP_LIBS@ \ ++ ${top_builddir}/wiretap/libwiretap.la \ + ${top_builddir}/wsutil/libwsutil.la -lm + + libwireshark_la_DEPENDENCIES = \ +@@ -137,6 +138,7 @@ libwireshark_la_DEPENDENCIES = \ + libwireshark_asmopt.la crypt/libairpdcap.la ftypes/libftypes.la \ + dfilter/libdfilter.la dissectors/libdissectors.la \ + dissectors/libdirtydissectors.la $(wslua_lib) \ ++ ${top_builddir}/wiretap/libwiretap.la \ + ${top_builddir}/wsutil/libwsutil.la + + #EXTRA_PROGRAMS = reassemble_test |