Skip to content

Commit

Permalink
Merge pull request #116 from appneta/Bug_#82_pf_ring
Browse files Browse the repository at this point in the history
Newest version of PF_RING requires -lrt compile flag. This picks up supp...
  • Loading branch information
fklassen committed Aug 9, 2014
2 parents 9610345 + 90654f0 commit ff9e0a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -17711,7 +17711,7 @@ fi
OLDLIBS="$LIBS"
OLDCFLAGS="$CFLAGS -I$LPCAPINCDIR"
if test $pf_ring_found = yes ; then
LIBS="$LPCAPLIB ${foundpcap}/../lib/libpfring.a -lnuma -lpthread"
LIBS="$LPCAPLIB ${foundpcap}/../lib/libpfring.a -lnuma -lpthread -lrt"
LPCAPLIB=$LIBS
else
LIBS="$LPCAPLIB"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ dnl Checks to see what version of libpcap we've got
OLDLIBS="$LIBS"
OLDCFLAGS="$CFLAGS -I$LPCAPINCDIR"
if test $pf_ring_found = yes ; then
LIBS="$LPCAPLIB ${foundpcap}/../lib/libpfring.a -lnuma -lpthread"
LIBS="$LPCAPLIB ${foundpcap}/../lib/libpfring.a -lnuma -lpthread -lrt"
LPCAPLIB=$LIBS
else
LIBS="$LPCAPLIB"
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Fix max replay rate for all loops except first when omitting --mbps (#85)
- Add missing sanity check in libopt (#84)
- Seg fault on some IPv6 files when using -C option with tcprewrite (#83)
- Support for PF_RING DNA version of libpcap (#82)
- Support for PF_RING DNA version of libpcap (#81)
- Fix segfault when using '-F pad' (#80)
- Disallow netmap on multiple interfaces (#79)
- Fix build for FreeBSD version 8.4 (#78)
Expand Down

0 comments on commit ff9e0a2

Please sign in to comment.