about summary refs log tree commit diff stats
path: root/src/wrapped32/wrappedldlinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped32/wrappedldlinux.c')
-rwxr-xr-xsrc/wrapped32/wrappedldlinux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped32/wrappedldlinux.c b/src/wrapped32/wrappedldlinux.c
index b9773d99..b83e3559 100755
--- a/src/wrapped32/wrappedldlinux.c
+++ b/src/wrapped32/wrappedldlinux.c
@@ -42,6 +42,7 @@ static void stSetup32(box64context_t* context)
 // don't try to load the actual ld-linux (because name is variable), just use box64 itself, as it's linked to ld-linux
 static const char* ldlinuxName = "ld-linux.so.3";
 #define LIBNAME ldlinux
+#define ALTNAME "ld-linux.so.2"
 
 // fake (ignored) _r_data structure
 EXPORT void* my32__r_debug[5];