aboutsummaryrefslogtreecommitdiffstats
path: root/vpp_patches/other/0002-src-pkg-debian-rules.in.patch
diff options
context:
space:
mode:
authorxiaolongx.jiang <xiaolongx.jiang@intel.com>2020-06-29 20:50:30 +0800
committerxiaolongx.jiang <xiaolongx.jiang@intel.com>2020-07-08 15:23:50 +0800
commit20e5bc31904d25e44cda5ef675d4ab1e86795bdb (patch)
tree986d57eb57f751adfe428a9d6c9bcccf84ccb976 /vpp_patches/other/0002-src-pkg-debian-rules.in.patch
parentddf2e2f866d2db0efcbdde73c95aebf077c5f4ce (diff)
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 <xiaolongx.jiang@intel.com> Change-Id: I6bd27f8d8ab6ecd8684692b1ef0433833868a19c
Diffstat (limited to 'vpp_patches/other/0002-src-pkg-debian-rules.in.patch')
-rw-r--r--vpp_patches/other/0002-src-pkg-debian-rules.in.patch27
1 files changed, 27 insertions, 0 deletions
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" <xiaolongx.jiang@intel.com>
+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
+