Actions
Bug #1472
closedRegression with ethernet-faces
Start date:
04/12/2014
Due date:
% Done:
100%
Estimated time:
Description
Change in commit:5cda2e0fac1447a24fc7a9c95221f1f75f2b00f6 broke ethernet faces. The updated wscript defines HAVE_LIBPCAP, while previously this define/env variable was named as HAVE_PCAP.
Updated by Alex Afanasyev over 10 years ago
- Status changed from New to Code review
Updated by Junxiao Shi over 10 years ago
- Description updated (diff)
Does UNIX socket have a similar problem?
Updated by Alex Afanasyev over 10 years ago
Shouldn't. I haven't changed the way unix socket is detected. Only changed how three libs are detected, libpcap, librt, and libresolv (last two are optional and we don't depend on HAVE_*
variables).
Updated by Alex Afanasyev over 10 years ago
- Status changed from Code review to Closed
Actions