From 9681b59ff563db174228e615a068462ac8f1229e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 11 Jul 2022 12:32:41 +0200 Subject: [PATCH] node-16.16.0: Use GCC 10.x instead of LLVM GCC in MarIuX was updated from 7.5 to 10.4, and is supported now. Also, LLVM/clang 14.x is in MarIuX proper, so no package needs to be used anymore. --- node-16.16.0-0.build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/node-16.16.0-0.build.sh b/node-16.16.0-0.build.sh index fa44700..f7f8ce6 100755 --- a/node-16.16.0-0.build.sh +++ b/node-16.16.0-0.build.sh @@ -21,7 +21,6 @@ exec $PREFIX/profile <<-EOF PATH=$PREFIX/bin:\$PATH - . /pkg/llvm-13.0.1-0/profile if [ -d $PREFIX/.compatlibs ]; then export LD_LIBRARY_PATH=$PREFIX/.compatlibs\${LD_LIBRARY_PATH:+:\$LD_LIBRARY_PATH} ; fi EOF . $PREFIX/profile