From 265951f8cf7bc666a1d145e50e03c94b1d82923e Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Thu, 24 Nov 2016 12:03:02 +0100 Subject: [PATCH] Run ldconfing in 2nd stage for Fedora 25 --- build-vm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-vm b/build-vm index 7071b4194..91aee0590 100644 --- a/build-vm +++ b/build-vm @@ -480,6 +480,8 @@ vm_detect_2nd_stage() { test -n "$VM_WATCHDOG" -a -z "$PERSONALITY_SET" && echo "### WATCHDOG MARKER END ###" echo "2nd stage started in virtual machine" + # fedora packages sometimes do not have the needed links + ldconfig BUILD_ROOT=/ BUILD_DIR=/.build echo "machine type: `uname -m`"