opensuse: OS_ID field content changed for SUSE 68/12468/2
authorMarco Varlese <marco.varlese@suse.com>
Mon, 7 May 2018 13:40:45 +0000 (15:40 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 7 May 2018 21:14:55 +0000 (21:14 +0000)
Change-Id: I4bb582d55b1071d3581155eb158995ca5153ba3c
Signed-off-by: Marco Varlese <marco.varlese@suse.com>
test/ext/Makefile

index d1f3a7b..631d7ff 100644 (file)
@@ -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