From 778bd9255aa568400e0060aa41e174495bb4317f Mon Sep 17 00:00:00 2001 From: zrj Date: Mon, 17 Oct 2016 09:18:11 +0300 Subject: [PATCH] Remove profiled version of libraries too. * Expand OpenSSL removal list to include profiled versions. * Remove libprivate_panel ones after 19ba4072a64db34c2a861d48aa5ffe33155826ef. --- Makefile_upgrade.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 2acabfab64..7eca88fe90 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -3134,6 +3134,8 @@ TO_REMOVE+=/usr/lib/libprivate_panelw.a TO_REMOVE+=/usr/lib/libprivate_panelw.so TO_REMOVE+=/usr/lib/libprivate_panelw.so.59 TO_REMOVE+=/usr/lib/libprivate_panelw.so.60 +TO_REMOVE+=/usr/lib/profile/libprivate_panel.a +TO_REMOVE+=/usr/lib/profile/libprivate_panelw.a .if !defined(WANT_INSTALLER) TO_REMOVE+=/usr/sbin/dfuibe_installer @@ -3153,6 +3155,8 @@ TO_REMOVE+=/usr/lib/libssl.so.5 TO_REMOVE+=/usr/lib/engines TO_REMOVE+=/usr/lib/libcrypto.so TO_REMOVE+=/usr/lib/libcrypto.a +TO_REMOVE+=/usr/lib/profile/libssl.a +TO_REMOVE+=/usr/lib/profile/libcrypto.a TO_REMOVE+=/usr/include/openssl TO_REMOVE+=/usr/share/openssl .endif -- 2.41.0