From 20e5bc31904d25e44cda5ef675d4ab1e86795bdb Mon Sep 17 00:00:00 2001 From: "xiaolongx.jiang" Date: Mon, 29 Jun 2020 20:50:30 +0800 Subject: modify stable to tag, openssl alpha3->alpha4 and modify ldp patch add debug and openssl3_enable pack vpp and nginx ingredients together Signed-off-by: xiaolongx.jiang Change-Id: I6bd27f8d8ab6ecd8684692b1ef0433833868a19c --- .../other/0002-src-pkg-debian-rules.in.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 vpp_patches/other/0002-src-pkg-debian-rules.in.patch (limited to 'vpp_patches/other/0002-src-pkg-debian-rules.in.patch') diff --git a/vpp_patches/other/0002-src-pkg-debian-rules.in.patch b/vpp_patches/other/0002-src-pkg-debian-rules.in.patch new file mode 100644 index 0000000..7010b5d --- /dev/null +++ b/vpp_patches/other/0002-src-pkg-debian-rules.in.patch @@ -0,0 +1,27 @@ +From 8b808809f3608470f0df77f73aed784d2b160a9e Mon Sep 17 00:00:00 2001 +From: "xiaolongx.jiang" +Date: Sun, 22 Mar 2020 12:23:44 +0000 +Subject: [PATCH] src-pkg-debian-rules.in + +--- + src/pkg/debian/rules.in | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/src/pkg/debian/rules.in b/src/pkg/debian/rules.in +index ceef46a29..83d6f66fe 100755 +--- a/src/pkg/debian/rules.in ++++ b/src/pkg/debian/rules.in +@@ -27,6 +27,10 @@ override_dh_strip: + + DEB_HOST_MULTIARCH = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + ++override_dh_shlibdeps: ++ dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info ++ ++ + override_dh_install: + @for c in @VPP_COMPONENTS@; do \ + @CMAKE_COMMAND@ \ +-- +2.17.1 + -- cgit 1.2.3-korg