Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
help latest fedora with mc
authorAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 22 Jun 2021 10:18:46 +0000 (12:18 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 22 Jun 2021 10:18:46 +0000 (12:18 +0200)
src/mc/remote/RemoteProcess.cpp

index fcf0c77..ddf1f30 100644 (file)
@@ -35,6 +35,7 @@ namespace mc {
 static const std::vector<std::string> filtered_libraries = {
 #ifdef __linux__
     "ld",
+    "ld-linux-x86",
 #elif defined __FreeBSD__
     "ld-elf",
     "ld-elf32",