The following patches are in upstream now 0100-netdev-linux-Use-unsigned-int-for-ifi_flags.patch 0103-ovs-ctl-fix-setting-hostname.patch 0106-ovs-save-compatible-with-busybox-ip-command.patch 0107-datapath-use-KARCH-when-building-linux-datapath-modu.patch As for 0001-musl-compatibility.patch, the net/if_packet.h part does not apply anymore. And musl is not relevant as we use libatomic from gcc Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
22 lines
673 B
Diff
22 lines
673 B
Diff
From d0ffc7cc1a0eb217963099fd90bd437b09b6068d Mon Sep 17 00:00:00 2001
|
|
From: Yousong Zhou <zhouyousong@yunionyun.com>
|
|
Date: Tue, 21 Aug 2018 13:02:21 +0000
|
|
Subject: [PATCH 4/4] build: disable building tests
|
|
|
|
Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
|
|
---
|
|
Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 417f53230..3fc630f33 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -480,7 +480,6 @@ include m4/automake.mk
|
|
include lib/automake.mk
|
|
include ofproto/automake.mk
|
|
include utilities/automake.mk
|
|
-include tests/automake.mk
|
|
include include/automake.mk
|
|
include third-party/automake.mk
|
|
include debian/automake.mk
|