From 7220f42cbed7ccde0738e74fd498db1770b24cb7 Mon Sep 17 00:00:00 2001 From: Marco Varlese Date: Mon, 7 May 2018 15:40:45 +0200 Subject: [PATCH 1/1] opensuse: OS_ID field content changed for SUSE Change-Id: I4bb582d55b1071d3581155eb158995ca5153ba3c Signed-off-by: Marco Varlese --- test/ext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ext/Makefile b/test/ext/Makefile index d1f3a7b7a8a..631d7ffe811 100644 --- a/test/ext/Makefile +++ b/test/ext/Makefile @@ -12,7 +12,7 @@ VAPI_LIBS = \ -L$(VPP_TEST_INSTALL_PATH)/vpp/lib64 \ -lvppinfra -lvlibmemoryclient -lsvm -lpthread -lcheck -lrt -lm -lvapiclient -ifneq ($(filter centos opensuse,$(OS_ID)),$(OS_ID)) +ifneq ($(filter centos opensuse opensuse-tumbleweed opensuse-leap,$(OS_ID)),$(OS_ID)) VAPI_LIBS += -lsubunit endif -- 2.16.6