diff options
author | Damjan Marion <damarion@cisco.com> | 2022-04-05 19:26:51 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2022-04-06 08:19:14 +0000 |
commit | aa659ef5c311016b57433e93269aa027e1e6b159 (patch) | |
tree | 35da464b5382e723ee279359476948cc9479260d /build/external/patches | |
parent | 4ab55146ae2044a278a0110f9d26816f005e54bf (diff) |
build: remove nasm
Type: make
Change-Id: I5ee34e9d7156ccdc7a8310e8332347d850459495
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build/external/patches')
-rw-r--r-- | build/external/patches/ipsec-mb_0.54/0001-nasm-ver-check.patch | 13 | ||||
-rw-r--r-- | build/external/patches/ipsec-mb_0.55/0001-nasm-ver-check-fix.patch | 13 |
2 files changed, 0 insertions, 26 deletions
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 diff --git a/build/external/patches/ipsec-mb_0.55/0001-nasm-ver-check-fix.patch b/build/external/patches/ipsec-mb_0.55/0001-nasm-ver-check-fix.patch deleted file mode 100644 index 7c2e9477ada..00000000000 --- a/build/external/patches/ipsec-mb_0.55/0001-nasm-ver-check-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/Makefile b/lib/Makefile -index 3831172..9ce6f4c 100644 ---- a/lib/Makefile -+++ b/lib/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 |