summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-08-15 13:53:31 +0000
committer Eric Hameleers <alien@slackware.com>2022-08-15 13:53:31 +0000
commit5e6b8074b745b487e8d225e271091a304e9ad41f (patch)
treec9cba3788c2fd931026cf0051252b066b84a4add
parent863c2e47c6d6610b6ede86982e92a440c483848a (diff)
downloadasb-5e6b8074b745b487e8d225e271091a304e9ad41f.tar.gz
asb-5e6b8074b745b487e8d225e271091a304e9ad41f.tar.xz
nodejs: shared openssl linking is required because otherwise 32bit compilation will fail on the openssl bits
-rwxr-xr-xnodejs/build/nodejs.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/nodejs/build/nodejs.SlackBuild b/nodejs/build/nodejs.SlackBuild
index 3b76807b..d30ea695 100755
--- a/nodejs/build/nodejs.SlackBuild
+++ b/nodejs/build/nodejs.SlackBuild
@@ -195,6 +195,7 @@ export CFLAGS="$SLKCFLAGS"
./configure \
--prefix=/usr \
--experimental-http-parser \
+ --shared-openssl \
--shared-zlib \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log