From 9a23033bb4546666b93b98178e33e17bce1e4f4f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 14 May 2022 01:08:55 +0200 Subject: [PATCH] node-16.15.0-0: Add gcc-11.1.0 libraries to `LD_LIBRARY_PATH` The profile currently does not set this. --- node-16.15.0-0.build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/node-16.15.0-0.build.sh b/node-16.15.0-0.build.sh index 18a1657..f2c99e1 100755 --- a/node-16.15.0-0.build.sh +++ b/node-16.15.0-0.build.sh @@ -33,6 +33,7 @@ mkdir -p $BUILDDIR cd $BUILDDIR source /pkg/gcc-11.1.0-0/profile +export LD_LIBRARY_PATH=/pkg/gcc-11.1.0-0/lib64:/pkg/gcc-11.1.0-0/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} # test -e $PKG-v$VERSION.tar.gz || wget https://nodejs.org/dist/v$VERSION/$PKG-v$VERSION.tar.gz # wget https://nodejs.org/dist/v16.15.0/node-v16.15.0.tar.gz