From: Michael Tremer Date: Sat, 27 Feb 2021 15:31:07 +0000 (+0000) Subject: core155_ Ship boost again X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8798c09e97b99893f710ad3bb5648ac4d4eaa6d;p=people%2Fms%2Fipfire-2.x.git core155_ Ship boost again This is necessary because boost has been removed by filesystem-cleanup. Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/155/filelists/aarch64/boost b/config/rootfiles/core/155/filelists/aarch64/boost new file mode 120000 index 0000000000..807ad06be3 --- /dev/null +++ b/config/rootfiles/core/155/filelists/aarch64/boost @@ -0,0 +1 @@ +../../../../common/aarch64/boost \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/armv5tel/boost b/config/rootfiles/core/155/filelists/armv5tel/boost new file mode 120000 index 0000000000..bb17e08d63 --- /dev/null +++ b/config/rootfiles/core/155/filelists/armv5tel/boost @@ -0,0 +1 @@ +../../../../common/armv5tel/boost \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/i586/boost b/config/rootfiles/core/155/filelists/i586/boost new file mode 120000 index 0000000000..3ff5a3be4a --- /dev/null +++ b/config/rootfiles/core/155/filelists/i586/boost @@ -0,0 +1 @@ +../../../../common/i586/boost \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/x86_64/boost b/config/rootfiles/core/155/filelists/x86_64/boost new file mode 120000 index 0000000000..9ed31e1d50 --- /dev/null +++ b/config/rootfiles/core/155/filelists/x86_64/boost @@ -0,0 +1 @@ +../../../../common/x86_64/boost \ No newline at end of file diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/update.sh index 6903e7998b..eb00f339b9 100644 --- a/config/rootfiles/core/155/update.sh +++ b/config/rootfiles/core/155/update.sh @@ -39,6 +39,7 @@ rm -vrf \ /lib/libreadline.so.6.3 \ /usr/lib/sse2 \ /usr/local/lib/sse2 \ + /usr/lib/libboost* \ /usr/lib/libdb-4.so \ /usr/lib/libdb-4.4.so \ /usr/lib/libdb_cxx-4.so \