SOURCES: wireshark-as_needed.patch (NEW) - libwireshark.la needs l...

sls sls at pld-linux.org
Mon Mar 12 09:43:15 CET 2007


Author: sls                          Date: Mon Mar 12 08:43:15 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- libwireshark.la needs libwiretap.la

---- Files affected:
SOURCES:
   wireshark-as_needed.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/wireshark-as_needed.patch
diff -u /dev/null SOURCES/wireshark-as_needed.patch:1.1
--- /dev/null	Mon Mar 12 09:43:15 2007
+++ SOURCES/wireshark-as_needed.patch	Mon Mar 12 09:43:10 2007
@@ -0,0 +1,11 @@
+--- wireshark-0.99.5/epan/Makefile.am.orig	2007-03-12 05:37:04.000000000 +0000
++++ wireshark-0.99.5/epan/Makefile.am	2007-03-12 05:42:59.000000000 +0000
+@@ -102,7 +102,7 @@
+ #
+ # Add the object files for missing routines, if any.
+ #
+-libwireshark_la_LIBADD = @G_ASCII_STRTOULL_LO@ @INET_ATON_LO@ @INET_PTON_LO@ @INET_NTOP_LO@ crypt/libairpdcap.la ftypes/libftypes.la dfilter/libdfilter.la dissectors/libdissectors.la $(wslua_lib) @ADNS_LIBS@ @LIBGNUTLS_LIBS@ @LIBICONV@ @KRB5_LIBS@ @SNMP_LIBS@ @SSL_LIBS@ -lm
++libwireshark_la_LIBADD = @G_ASCII_STRTOULL_LO@ @INET_ATON_LO@ @INET_PTON_LO@ @INET_NTOP_LO@ crypt/libairpdcap.la ftypes/libftypes.la dfilter/libdfilter.la dissectors/libdissectors.la $(wslua_lib) @ADNS_LIBS@ @LIBGNUTLS_LIBS@ @LIBICONV@ @KRB5_LIBS@ @SNMP_LIBS@ @SSL_LIBS@ -lm $(top_srcdir)/wiretap/libwiretap.la
+ libwireshark_la_DEPENDENCIES = @G_ASCII_STRTOULL_LO@ @INET_ATON_LO@ @INET_PTON_LO@ @INET_NTOP_LO@ crypt/libairpdcap.la ftypes/libftypes.la dfilter/libdfilter.la dissectors/libdissectors.la $(wslua_lib)
+ 
+ tvbtest: tvbtest.o tvbuff.o except.o strutil.o emem.o
================================================================


More information about the pld-cvs-commit mailing list