From bc35f469c89daf0126937580b6972516b5007d3a Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Fri, 18 Sep 2020 15:35:01 +0000 Subject: build: remove opensuse build infra - VPP on opensuse has not been supported for several releases. Type: fix Signed-off-by: Dave Wallace Change-Id: I2b5316ad5c20a843b8936f4ceb473f932a5338d9 --- test/ext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ext') diff --git a/test/ext/Makefile b/test/ext/Makefile index d7acb7bc2b2..a0dc3e7736c 100644 --- a/test/ext/Makefile +++ b/test/ext/Makefile @@ -8,7 +8,7 @@ VAPI_LIBS = \ -L$(VPP_INSTALL_PATH)/vpp/lib \ -lvppinfra -lvlibmemoryclient -lsvm -lpthread -lcheck -lrt -lm -lvapiclient -ifneq ($(filter centos opensuse opensuse-tumbleweed opensuse-leap,$(OS_ID)),$(OS_ID)) +ifneq ($(filter centos,$(OS_ID)),$(OS_ID)) VAPI_LIBS += -lsubunit endif -- cgit 1.2.3-korg