diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-03-04 09:21:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-03-04 09:21:57 +0100 |
commit | 4fc74012b67cfc62c5481b8d7b6d95052f40c2bf (patch) | |
tree | d6f7c860195c63564d98f53c143acbf0082ea3ca /package/tcptrace/patches/patch-Makefile_in | |
parent | 68b4cb5aaa95eb39401bcbaa7c517cfd31c3edcf (diff) | |
parent | 9919c4bc2f53037331313edace085c386c2af4cc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/tcptrace/patches/patch-Makefile_in')
-rw-r--r-- | package/tcptrace/patches/patch-Makefile_in | 13 |
1 files changed, 13 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 + + + |