Changeset 092a09c
- Timestamp:
- 09/08/14 17:24:41 (8 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:
- 525d09d, ea602cd
- Parents:
- 25110ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r5d8457d r092a09c 386 386 AC_SUBST([RTE_SDK]) 387 387 # Force dpdk library to be statically linked to allow compiler optimisations 388 LIBTRACE_LIBS="$LIBTRACE_LIBS -Wl,--whole-archive -Wl,-l:libintel_dpdk.a -Wl,--no-whole-archive "388 LIBTRACE_LIBS="$LIBTRACE_LIBS -Wl,--whole-archive -Wl,-l:libintel_dpdk.a -Wl,--no-whole-archive -Wl,-lm" 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.