From 6007d8833a6880abedf98f792586c0cfb9f10de0 Mon Sep 17 00:00:00 2001 From: Vincent Hsu Date: Fri, 4 Apr 2014 13:33:27 +0800 Subject: test: update libpcap example for new odp Signed-off-by: Vincent Hsu --- test/libpcap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/libpcap/Makefile b/test/libpcap/Makefile index 4438dbe6..edbe9a7b 100644 --- a/test/libpcap/Makefile +++ b/test/libpcap/Makefile @@ -9,7 +9,7 @@ TCPDUMP_REPO=https://github.com/the-tcpdump-group/tcpdump.git TCPDUMP_DIR=tcpdump WIRESHARK_REPO=https://code.wireshark.org/review/p/wireshark.git WIRESHARK_DIR=wireshark -LIBPCAP_VERSION=af25cf38dd258f3f1fb5b9b4b731248f022cc732 +LIBPCAP_VERSION=70dd3642c58455690adb8b2e2023fb3f5e507f57 TCPDUMP_VERSION=tcpdump-4.2.1 WIRESHARK_VERSION=wireshark-1.8.9 @@ -51,7 +51,7 @@ clean_libpcap: tcpdump: get_tcpdump libpcap cd $(TCPDUMP_DIR) \ && git checkout $(TCPDUMP_VERSION) \ - && ./configure + && ./configure CC="gcc -lrt" $(MAKE) -C $(TCPDUMP_DIR) .PHONY: get_tcpdump -- cgit v1.2.3