From 6ecde265f99a46f18b9dd6b858afdce983f98fe1 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Mon, 1 Sep 2014 16:15:13 +0200 Subject: fix libnsl usage Change-Id: I6572087f43e27ce051d099f7b77c45b55c20b59f Signed-off-by: Stephane Desneux --- packaging/baselibs.conf | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3