mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
committed by
Jeffery To
parent
99a5a094eb
commit
b1cbd93bcd
-6
@@ -10,8 +10,6 @@ Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
||||
m4/openvswitch.m4 | 6 ++++--
|
||||
3 files changed, 7 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/lib/automake.mk b/lib/automake.mk
|
||||
index 380a67228..610f3d940 100644
|
||||
--- a/lib/automake.mk
|
||||
+++ b/lib/automake.mk
|
||||
@@ -10,6 +10,8 @@ lib_LTLIBRARIES += lib/libopenvswitch.la
|
||||
@@ -23,8 +21,6 @@ index 380a67228..610f3d940 100644
|
||||
|
||||
|
||||
if WIN32
|
||||
diff --git a/lib/libopenvswitch.pc.in b/lib/libopenvswitch.pc.in
|
||||
index 2a3f2ca7b..c8d02eb5a 100644
|
||||
--- a/lib/libopenvswitch.pc.in
|
||||
+++ b/lib/libopenvswitch.pc.in
|
||||
@@ -7,5 +7,5 @@ Name: libopenvswitch
|
||||
@@ -34,8 +30,6 @@ index 2a3f2ca7b..c8d02eb5a 100644
|
||||
-Libs.private: @LIBS@
|
||||
+Libs.private: @LIBS@ @SSL_LIBS@ @CAPNG_LDADD@ @LIBBPF_LDADD@ @LIBUNBOUND_LDADD@ @LIBUNWIND_LDADD@
|
||||
Cflags: -I${includedir}/openvswitch
|
||||
diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4
|
||||
index f2e0169f8..e000c1cc5 100644
|
||||
--- a/m4/openvswitch.m4
|
||||
+++ b/m4/openvswitch.m4
|
||||
@@ -657,7 +657,8 @@ AC_DEFUN([OVS_CHECK_UNBOUND],
|
||||
|
||||
Reference in New Issue
Block a user