pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53702: lang/nodejs is broken
The following reply was made to PR pkg/53702; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/53702: lang/nodejs is broken
Date: Sat, 23 May 2020 10:08:12 +0900
I guess on NetBSD 9.x bandled openssl sources are no longer used
so it should build even on NetBSD/sparc64 9.x?
For NetBSD 8.x (and openssl 1.0.x systems) the following patch
(taken from FreeBSD ports) should also be applied? (can't test though)
---
$NetBSD$
Don't expect x86_64 files in default no-asm case.
--- deps/openssl/openssl_no_asm.gypi.orig 2020-03-12 01:58:59.000000000 +0000
+++ deps/openssl/openssl_no_asm.gypi
@@ -46,7 +46,7 @@
'includes': ['config/archs/linux64-mips64/no-asm/openssl.gypi'],
}, {
# Other architectures don't use assembly
- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],
+ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'],
}],
],
}
Home |
Main Index |
Thread Index |
Old Index