about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-09 14:43:15 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-09 14:43:15 +0200
commit1add5dac3e9d32c9a16f40d529268d2c561eb3ed (patch)
treebf37956059a6a44bc7bb0033327c5d1f6b29d475
parentec3786f86295b0fb769970bcb3c77b4ffffd7d48 (diff)
downloadbox64-1add5dac3e9d32c9a16f40d529268d2c561eb3ed.tar.gz
box64-1add5dac3e9d32c9a16f40d529268d2c561eb3ed.zip
Added a version of libstdc++.so.5 (as it's difficult to find that version now)
-rwxr-xr-xCMakeLists.txt1
-rwxr-xr-xx64lib/libstdc++.so.5bin0 -> 1093808 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a8950cf4..c171fdcb 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -594,6 +594,7 @@ if(NOT _x86 AND NOT _x86_64)
     RUNTIME DESTINATION bin)
   configure_file(system/box64.conf.cmake system/box64.conf)
   install(FILES ${CMAKE_BINARY_DIR}/system/box64.conf DESTINATION /etc/binfmt.d/)
+  install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libstdc++.so.5 DESTINATION /usr/lib/x86_64-linux-gnu/)
   install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libstdc++.so.6 DESTINATION /usr/lib/x86_64-linux-gnu/)
   install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libgcc_s.so.1 DESTINATION /usr/lib/x86_64-linux-gnu/)
   install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libpng12.so.0 DESTINATION /usr/lib/x86_64-linux-gnu/)
diff --git a/x64lib/libstdc++.so.5 b/x64lib/libstdc++.so.5
new file mode 100755
index 00000000..fabe65c0
--- /dev/null
+++ b/x64lib/libstdc++.so.5
Binary files differ