From: Peter Müller Date: Thu, 5 May 2022 14:23:30 +0000 (+0000) Subject: Core Update 168: Ship boost and delete orphaned libraries X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bd471b8203b878e9e270d833d49e08921c584e3;p=people%2Fms%2Fipfire-2.x.git Core Update 168: Ship boost and delete orphaned libraries Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/168/filelists/aarch64/boost b/config/rootfiles/core/168/filelists/aarch64/boost new file mode 120000 index 0000000000..807ad06be3 --- /dev/null +++ b/config/rootfiles/core/168/filelists/aarch64/boost @@ -0,0 +1 @@ +../../../../common/aarch64/boost \ No newline at end of file diff --git a/config/rootfiles/core/168/filelists/armv6l/boost b/config/rootfiles/core/168/filelists/armv6l/boost new file mode 120000 index 0000000000..42aa7cd23f --- /dev/null +++ b/config/rootfiles/core/168/filelists/armv6l/boost @@ -0,0 +1 @@ +../../../../common/armv6l/boost \ No newline at end of file diff --git a/config/rootfiles/core/168/filelists/x86_64/boost b/config/rootfiles/core/168/filelists/x86_64/boost new file mode 120000 index 0000000000..9ed31e1d50 --- /dev/null +++ b/config/rootfiles/core/168/filelists/x86_64/boost @@ -0,0 +1 @@ +../../../../common/x86_64/boost \ No newline at end of file diff --git a/config/rootfiles/core/168/update.sh b/config/rootfiles/core/168/update.sh index 1a1ad44a98..45b530c90b 100644 --- a/config/rootfiles/core/168/update.sh +++ b/config/rootfiles/core/168/update.sh @@ -42,6 +42,7 @@ rm -rvf \ /usr/bin/dnet-config \ /usr/bin/sdparm \ /usr/lib/libart_lgpl_2.so* \ + /usr/lib/libboost_python38* \ /usr/lib/libdnet.la \ /usr/lib/libdnet.so* \ /usr/lib/libevent-1.4.so* \