aboutsummaryrefslogtreecommitdiffstats
path: root/build/external/patches/ipsec-mb_0.55/0001-nasm-ver-check-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build/external/patches/ipsec-mb_0.55/0001-nasm-ver-check-fix.patch')
-rw-r--r--build/external/patches/ipsec-mb_0.55/0001-nasm-ver-check-fix.patch13
1 files changed, 0 insertions, 13 deletions
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