packages/net/ovn/patches/0001-build-skip-building-tests.patch
Yousong Zhou f31a9349ea ovn: initial version 20.03.0
Compared to original packaging scheme within openvswitch, we removed
ovn-trace, ovn-detrace from openvswitch-ovn-common package.  ovn-detrace
requires python libs to run, so it does not actually work out of box in
previous builds anyway.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-23 16:07:24 +08:00

22 lines
664 B
Diff

From d048a1e98363197c0d2609f6adb6919bde473df4 Mon Sep 17 00:00:00 2001
From: Yousong Zhou <yszhou4tech@gmail.com>
Date: Mon, 23 Mar 2020 14:18:30 +0800
Subject: [PATCH] build: skip building tests
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
---
Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 04400e184..b2c42d84c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -492,7 +492,6 @@ include Documentation/automake.mk
include m4/automake.mk
include lib/automake.mk
include utilities/automake.mk
-include tests/automake.mk
include include/automake.mk
include third-party/automake.mk
include debian/automake.mk