From aa659ef5c311016b57433e93269aa027e1e6b159 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 5 Apr 2022 19:26:51 +0200 Subject: build: remove nasm Type: make Change-Id: I5ee34e9d7156ccdc7a8310e8332347d850459495 Signed-off-by: Damjan Marion --- .../patches/ipsec-mb_0.54/0001-nasm-ver-check.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 build/external/patches/ipsec-mb_0.54/0001-nasm-ver-check.patch (limited to 'build/external/patches/ipsec-mb_0.54') diff --git a/build/external/patches/ipsec-mb_0.54/0001-nasm-ver-check.patch b/build/external/patches/ipsec-mb_0.54/0001-nasm-ver-check.patch deleted file mode 100644 index d4023916d46..00000000000 --- a/build/external/patches/ipsec-mb_0.54/0001-nasm-ver-check.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile b/Makefile -index 329da9f..c7fa8ad 100644 ---- a/Makefile -+++ b/Makefile -@@ -51,7 +51,7 @@ YASM ?= yasm - NASM ?= nasm - - # Detect NASM version (minimum version required: 2.14) --NASM_VERSION = $(shell nasm -v | cut -d " " -f 3) -+NASM_VERSION = $(shell $(NASM) -v | cut -d " " -f 3) - - NASM_MAJOR_REQ = 2 - NASM_MINOR_REQ = 14 -- cgit 1.2.3-korg