aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Varlese <marco.varlese@suse.com>2018-05-08 14:30:04 +0200
committerDamjan Marion <dmarion.lists@gmail.com>2018-05-08 16:02:50 +0000
commit8037694b7b58b8263a45915fd1ad1e2aa1f606ce (patch)
tree38d4646525b505b99f812ee6b31b1459a42e8214
parentcc47c2d1d4a6dc133865a7efd379d636e26bc14f (diff)
opensuse: OS_ID field content changed for SUSE
Change-Id: Ie8d11769ff8ba53793293a7828ef21422cdacf57 Signed-off-by: Marco Varlese <marco.varlese@suse.com>
-rw-r--r--test/ext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ext/Makefile b/test/ext/Makefile
index 3959ac6bf2f..c942fb4cec4 100644
--- a/test/ext/Makefile
+++ b/test/ext/Makefile
@@ -9,7 +9,7 @@ VAPI_CPPBIN=
endif
VAPI_LIBS = -L$(VPP_TEST_BUILD_DIR)/vpp/.libs/ -L$(VPP_TEST_BUILD_DIR)/vpp/vpp-api/vapi/.libs/ -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
CFLAGS = -std=gnu99 -g -Wall -pthread -I$(WS_ROOT)/src -I$(VPP_TEST_INSTALL_PATH)/vpp/include -I$(VAPI_BINDIR)