Changeset 5d8457d
- Timestamp:
- 09/07/14 22:46:26 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 51d1f64
- Parents:
- e5dedd5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
ra7c8f4a r5d8457d 386 386 AC_SUBST([RTE_SDK]) 387 387 # Force dpdk library to be statically linked to allow compiler optimisations 388 LIBTRACE_LIBS="$LIBTRACE_LIBS - l:libintel_dpdk.a"388 LIBTRACE_LIBS="$LIBTRACE_LIBS -Wl,--whole-archive -Wl,-l:libintel_dpdk.a -Wl,--no-whole-archive" 389 389 AC_DEFINE(HAVE_DPDK,1,[conditional for building with DPDK live capture support]) 390 390 libtrace_dpdk=true
Note: See TracChangeset
for help on using the changeset viewer.