From 9eeca454e167820019e982134a56f5d98515d5ea Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Fri, 30 Nov 2018 21:36:14 -0600 Subject: [PATCH] Comment out use of libstdc++ to "fix" #4627 at the cost of breaking old distros. --- package/linux/libpaths.appimage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux/libpaths.appimage.txt b/package/linux/libpaths.appimage.txt index 2cb790f68..819731348 100644 --- a/package/linux/libpaths.appimage.txt +++ b/package/linux/libpaths.appimage.txt @@ -1,2 +1,2 @@ -/usr/lib/x86_64-linux-gnu/libstdc++.so.6 # needed because of ancient distros and slic3r (and perl for perl reasons) needs modern c++. +#/usr/lib/x86_64-linux-gnu/libstdc++.so.6 # needed because of ancient distros and slic3r (and perl for perl reasons) needs modern c++. /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so # Missing?