aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZoltan Kiss <zoltan.kiss@linaro.org>2016-05-25 15:38:47 +0100
committerZoltan Kiss <zoltan.kiss@linaro.org>2016-05-25 15:38:47 +0100
commit753dba7e00187d30202657d85baf2d55c34cd048 (patch)
tree84e9260c6b8dc50625a84a2a4c68602e7dc81b1e /scripts
parent111f18c8deae6e2b9b2bb0eb5ca9d7e0e1855c17 (diff)
linux-dpdk: devbuild: enable both static and dynamic version of library
Developers must make sure both build works. Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/devbuild.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/devbuild.sh b/scripts/devbuild.sh
index 1dd20044c..e8d8b00d0 100755
--- a/scripts/devbuild.sh
+++ b/scripts/devbuild.sh
@@ -7,7 +7,9 @@ export CHECK_ODP_DIR=${CHECK_ODP_DIR:-$REPOS/check-odp}
export ROOT_DIR_DPDK=${ROOT_DIR_DPDK:-$REPOS/dpdk}
export GENERIC_BUILDDIR=${GENERIC_BUILDDIR:-$REPOS/odp-dpdk}
# These are passed to ODP configure
-export CONFIGURE_FLAGS="${CONFIGURE_FLAGS:- --enable-debug --enable-debug-print --enable-cunit-support --enable-test-vald --enable-shared=no --enable-user-guides}"
+export CONFIGURE_FLAGS="${CONFIGURE_FLAGS:- --enable-debug \
+--enable-debug-print --enable-cunit-support --enable-test-vald \
+--enable-shared=yes --enable-static=yes --enable-user-guides}"
# where to mount huge pages
export HUGEPAGEDIR=${HUGEPAGEDIR:-/mnt/huge}
# don't build CUnit for us