diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 07bbe0c..9240061 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -95,9 +95,6 @@ make install T=x86_64-native-linuxapp-gcc DESTDIR=${DPDK_INSTALL_PATH} cd x86_64-native-linuxapp-gcc make -mkdir ${DPDK_INSTALL_PATH}/lib64/ -cp -r ${DPDK_INSTALL_PATH}/lib/* ${DPDK_INSTALL_PATH}/lib64/ - export LD_LIBRARY_PATH=$LIB_PATH export NSTACK_LOG_ON=DBG @@ -117,4 +114,4 @@ make -j 8 #DPDK install path need to be updated below if it is changed sed -i 's!export DPDK_INSTALL_PATH.*!export DPDK_INSTALL_PATH="/root/dpdk_install/tmp/"!1' ../thirdparty/stackpool/release/script/nstack_var.sh -echo "DMM build finished....."
\ No newline at end of file +echo "DMM build finished....." |