From: Michael Tremer Date: Tue, 25 Apr 2017 09:07:30 +0000 (+0200) Subject: stage2: Make sure to install lib64 symlinks on all 64 bit architectures X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec51f20d52e3da3657452aa7ddebed81941de6db;p=people%2Ffbuehrle%2Fipfire-2.x.git stage2: Make sure to install lib64 symlinks on all 64 bit architectures Signed-off-by: Michael Tremer --- diff --git a/lfs/stage2 b/lfs/stage2 index b548c0c6c..b70bde78a 100644 --- a/lfs/stage2 +++ b/lfs/stage2 @@ -64,7 +64,7 @@ $(TARGET) : # Symlink /var/run -> /run. ln -svf ../run /var/run -ifeq "$(BUILD_ARCH)" "x86_64" +ifeq "$(IS_64BIT)" "1" ln -svf lib /lib64 ln -svf lib /usr/lib64 endif