aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Hsu <vincent.hsu@linaro.org>2014-04-04 13:33:27 +0800
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-04-04 14:52:18 +0400
commit6007d8833a6880abedf98f792586c0cfb9f10de0 (patch)
tree23500c400e9490eaf9678819bbbab32ef79bf6b1
parente1b486c0f579dca0c6ac65fca18ff8fc1141edc7 (diff)
test: update libpcap example for new odpodp-0.2
Signed-off-by: Vincent Hsu <vincent.hsu@linaro.org>
-rw-r--r--test/libpcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libpcap/Makefile b/test/libpcap/Makefile
index 4438dbe65..edbe9a7ba 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