From: Marco Varlese Date: Wed, 2 Aug 2017 12:16:31 +0000 (+0200) Subject: Added NASM package to support SW crypto X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=024e23ddd96f3281f46208d5294a9a3b5e6de0c7;p=odp4vpp.git Added NASM package to support SW crypto Change-Id: Idd6614b80e456eb40c760024b563ffd0e5c313ec Signed-off-by: Marco Varlese --- diff --git a/Makefile b/Makefile index 09a802a2..2c43a0ee 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ endif RPM_SUSE_DEPENDS = autoconf automake bison ccache chrpath distribution-release gcc6 glibc-devel-static RPM_SUSE_DEPENDS += java-1_8_0-openjdk-devel libopenssl-devel libtool lsb-release make openssl-devel -RPM_SUSE_DEPENDS += python-devel python-pip python-rpm-macros shadow +RPM_SUSE_DEPENDS += python-devel python-pip python-rpm-macros shadow nasm ifneq ($(wildcard $(STARTUP_DIR)/startup.conf),) STARTUP_CONF ?= $(STARTUP_DIR)/startup.conf