Skip to content

Commit

Permalink
node-16.15.0-0: Add gcc-11.1.0 libraries to LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
The profile currently does not set this.
  • Loading branch information
pmenzel committed May 23, 2022
1 parent edfb5db commit 9a23033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node-16.15.0-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a23033

Please sign in to comment.