diff options
Diffstat (limited to 'package/tcptrace/patches')
-rw-r--r-- | package/tcptrace/patches/patch-Makefile_in | 13 | ||||
-rw-r--r-- | package/tcptrace/patches/patch-configure | 18 |
2 files changed, 31 insertions, 0 deletions
diff --git a/package/tcptrace/patches/patch-Makefile_in b/package/tcptrace/patches/patch-Makefile_in new file mode 100644 index 000000000..abd55f44d --- /dev/null +++ b/package/tcptrace/patches/patch-Makefile_in @@ -0,0 +1,13 @@ +--- tcptrace-6.6.7.orig/Makefile.in 2004-03-04 21:33:56.000000000 +0100 ++++ tcptrace-6.6.7/Makefile.in 2015-02-27 19:17:39.000000000 +0100 +@@ -34,8 +34,8 @@ DEFINES += -DBUNZIP2="\"bunzip2\"" + # + ################################################################## + PCAP_LDLIBS = @V_PCAP_LDLIBS@ +-PCAP_INCS = -I/usr/local/include -I. -I../pcap -I/usr/include/pcap +-PCAP_LDFLAGS = -L/usr/local/lib -Llib -Lpcap -L../pcap -L./cygwin-libs ++PCAP_INCS = -I. -I../pcap ++PCAP_LDFLAGS = -Llib -Lpcap -L../pcap -L./cygwin-libs + + + diff --git a/package/tcptrace/patches/patch-configure b/package/tcptrace/patches/patch-configure new file mode 100644 index 000000000..53ee6ce74 --- /dev/null +++ b/package/tcptrace/patches/patch-configure @@ -0,0 +1,18 @@ + do not bail on cross-compiling, simply assume useful values instead +--- tcptrace-6.6.7.orig/configure 2002-06-21 11:56:26.000000000 +0200 ++++ tcptrace-6.6.7/configure 2012-10-18 18:52:35.154444758 +0200 +@@ -5086,9 +5086,11 @@ echo "$as_me:5085: checking how to print + echo $ECHO_N "checking how to print unsigned long long... $ECHO_C" >&6 + + if test "$cross_compiling" = yes; then +- { { echo "$as_me:5089: error: can not run test program while cross compiling" >&5 +-echo "$as_me: error: can not run test program while cross compiling" >&2;} +- { (exit 1); exit 1; }; } ++ { echo "$as_me: cross_compiling, simply assuming '%llu'" ++ cat >>confdefs.h <<\EOF ++#define USE_LLU 1 ++EOF ++} + else + cat >conftest.$ac_ext <<_ACEOF + #line 5094 "configure" |