summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch')
-rw-r--r--recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch b/recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch
deleted file mode 100644
index e438e476..00000000
--- a/recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1From 9327cc35bc9e7040d9de743caebd0fee72bbd619 Mon Sep 17 00:00:00 2001
2From: Chunrong Guo <chunrong.guo@nxp.com>
3Date: Fri, 12 Oct 2018 10:53:00 +0800
4Subject: [PATCH] automake: remove static key word
5
6Upstream-Status: Inappropriate [embedded specific]
7
8Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
9---
10 lib/automake.mk | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/lib/automake.mk b/lib/automake.mk
14index 8ecad12..f9016a0 100644
15--- a/lib/automake.mk
16+++ b/lib/automake.mk
17@@ -439,6 +439,7 @@ lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem
18 openssl dhparam -C -in $(srcdir)/lib/dh2048.pem -noout && \
19 openssl dhparam -C -in $(srcdir)/lib/dh4096.pem -noout) \
20 | sed 's/\(get_dh[0-9]*\)()/\1(void)/' > lib/dhparams.c.tmp && \
21+ sed -i '/\(get_dh[0-9]*\)(void)/s/^static//' lib/dhparams.c.tmp && \
22 mv lib/dhparams.c.tmp lib/dhparams.c
23 else
24 lib_libopenvswitch_la_SOURCES += lib/stream-nossl.c
25--
262.7.4
27