dpdk: build nasm from source

As not all distros have the minimum required nasm version (2.12.01)
available, build nasm from sources when building Intel IPsec MB library.

Change-Id: Iaa9da87f612c0f84da5704162c3bf430b3351076
Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
This commit is contained in:
Sergio Gonzalez Monroy
2017-10-27 08:58:38 +01:00
committed by Damjan Marion
parent 37d39672de
commit 6184db357d
4 changed files with 22 additions and 22 deletions
-4
View File
@@ -44,8 +44,4 @@ elif [ "$OS_ID" == "centos" ]; then
# Standard update + upgrade dance
yum check-update
yum update -y
elif [ "$OS_ID" == "opensuse" ]; then
zypper update -y
# NASM >= 2.12 is not available in previous openSUSE release; need to install it from TW
zypper install -y https://download.opensuse.org/tumbleweed/repo/oss/suse/x86_64/nasm-2.13.01-2.1.x86_64.rpm
fi