diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2020-09-18 15:35:01 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-09-21 06:59:48 +0000 |
commit | bc35f469c89daf0126937580b6972516b5007d3a (patch) | |
tree | 0ea80710fa6e42354bc863c02fd62ad8ccdd4aaa /test/ext | |
parent | 7360e3d78d6a84eff1562aaca0f7a6ee6958ce9c (diff) |
build: remove opensuse build infra
- VPP on opensuse has not been supported
for several releases.
Type: fix
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I2b5316ad5c20a843b8936f4ceb473f932a5338d9
Diffstat (limited to 'test/ext')
-rw-r--r-- | test/ext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |