dpdk: fix building dpdk debug images with dpdk 18.02 20/10720/4
authorDamjan Marion <damarion@cisco.com>
Wed, 21 Feb 2018 10:37:24 +0000 (11:37 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Wed, 21 Feb 2018 19:22:51 +0000 (19:22 +0000)
Looks like bug in ipsec-mb library when DEBUG=yes is passed
so simply we stop doing that.

Change-Id: Ifedd6d8a2aecf5af902ab4fa80ef197aebd5f829
Signed-off-by: Damjan Marion <damarion@cisco.com>
dpdk/Makefile

index f8961f9..ed54840 100644 (file)
@@ -290,7 +290,7 @@ build-ipsec-mb:
        mkdir -p $(I)/lib/
        # Do not build GCM stuff if we are building ISA_L
        make -C $(AESNIMB_LIB_SOURCE) -j \
-         DEBUG=$(DPDK_DEBUG) EXTRA_CFLAGS=-fPIC NASM=$(NASM_SOURCE)/nasm
+         EXTRA_CFLAGS=-fPIC NASM=$(NASM_SOURCE)/nasm
        cp $(AESNIMB_LIB_SOURCE)/libIPSec_MB.a $(I)/lib/
 
 .PHONY: build-dpdk