about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-01-07 15:25:37 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-01-07 15:25:37 +0100
commit41bfd757ad55623bd5c83ae2946390e50a48de3b (patch)
treedaf922cb287a11104fec076a622a858940ad5946 /src
parentd94c6f2132a38aac62caba05189c7b71585284c9 (diff)
downloadbox64-41bfd757ad55623bd5c83ae2946390e50a48de3b.tar.gz
box64-41bfd757ad55623bd5c83ae2946390e50a48de3b.zip
Added libutil and libresolv to the list of essential libs (not affected by BOX64_PREFER_EMULATED)
Diffstat (limited to 'src')
-rw-r--r--src/librarian/library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librarian/library.c b/src/librarian/library.c
index 7c8706c3..3cc96910 100644
--- a/src/librarian/library.c
+++ b/src/librarian/library.c
@@ -348,7 +348,7 @@ static void initEmulatedLib(const char* path, library_t *lib, box64context_t* co
 
 static const char* essential_libs[] = {
     "libc.so.6", "libpthread.so.0", "librt.so.1", "libGL.so.1", "libGL.so", "libX11.so.6", 
-    "libasound.so.2", "libdl.so.2", "libm.so.6", "libbsd.so.0",
+    "libasound.so.2", "libdl.so.2", "libm.so.6", "libbsd.so.0", "libutil.so.1", "libresolv.so.2", "libresolv.so", 
     "libXxf86vm.so.1", "libXinerama.so.1", "libXrandr.so.2", "libXext.so.6", "libXfixes.so.3", "libXcursor.so.1",
     "libXrender.so.1", "libXft.so.2", "libXi.so.6", "libXss.so.1", "libXpm.so.4", "libXau.so.6", "libXdmcp.so.6",
     "libX11-xcb.so.1", "libxcb.so.1", "libxcb-xfixes.so.0", "libxcb-shape.so.0", "libxcb-shm.so.0", "libxcb-randr.so.0",