From 2696c1fdb1fa9e7a0f59ca42f83dfb0b91c00a50 Mon Sep 17 00:00:00 2001 From: Zoltan Kiss Date: Fri, 6 Nov 2015 18:28:18 +0000 Subject: linux-dpdk: devbuild: follow up on check-odp changes Signed-off-by: Zoltan Kiss --- scripts/devbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devbuild.sh b/scripts/devbuild.sh index 2cceb183f..61509b807 100755 --- a/scripts/devbuild.sh +++ b/scripts/devbuild.sh @@ -7,7 +7,7 @@ export CHECK_ODP_DIR=${CHECK_ODP_DIR:-$REPOS/check-odp} export ROOT_DIR_DPDK=${ROOT_DIR_DPDK:-$REPOS/dpdk} export ODP_BUILDDIR=${ODP_BUILDDIR:-$REPOS/odp-dpdk} # These are passed to ODP configure -export EXTRA_FLAGS="${EXTRA_FLAGS:- --enable-debug --enable-debug-print --enable-cunit-support --enable-test-vald --enable-shared=no}" +export CONFIGURE_FLAGS="${CONFIGURE_FLAGS:- --enable-debug --enable-debug-print --enable-cunit-support --enable-test-vald --enable-shared=no}" # where to mount huge pages export HUGEPAGEDIR=${HUGEPAGEDIR:-/mnt/huge} # don't do performance tests, they are not working at the moment -- cgit v1.2.3