Skip to content

Commit

Permalink
odp_dpdk.m4: check for DPDK static libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Josep Puigdemont <josep.puigdemont@linaro.org>
Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
  • Loading branch information
Josep Puigdemont authored and muvarov committed Mar 13, 2018
1 parent 91282a4 commit 1e70adc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions m4/odp_dpdk.m4
Expand Up @@ -127,6 +127,8 @@ AS_IF([test "x$1" = "xsystem"], [dnl
DPDK_RPATH="-Wl,-rpath,$DPDK_LIB_PATH"
DPDK_RPATH_LT="-R$DPDK_LIB_PATH"
DPDK_SHARED=yes
elif test ! -r "$DPDK_LIB_PATH"/libdpdk.a ; then
AC_MSG_FAILURE([Could not find DPDK])
fi
])
DPDK_PMD_PATH="$DPDK_LIB_PATH"
Expand Down

0 comments on commit 1e70adc

Please sign in to comment.