summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/baselibs.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf
index eec76ff..4692fe3 100644
--- a/packaging/baselibs.conf
+++ b/packaging/baselibs.conf
@@ -11,6 +11,7 @@ qemu-accel-armv7l
post "if [ $(uname -m) = armv7l ]; then"
post " builtin echo armv7l arch"
post " ln -sf /emul/i586-for-arm/lib/libnsl.so.1 /lib/libnsl.so.1 || true"
+ post " /usr/sbin/ldconfig || true"
post "fi"
post "# load the binfmt_misc module"
post "if [ ! -d /proc/sys/fs/binfmt_misc ]; then"