mirror of
https://github.com/key-networks/ztncui.git
synced 2025-04-25 13:56:55 +02:00
* issue#36: Generating TLS key and self-signed cert after installing/upgrading the package * issue#36: Updated libstdc++.a dependency to v10 * issue#36: Generate self-signed certs after install/upgrade * issue#36: Updated dependencies * issue#36: Check for pre-existence of key/cert
10 lines
379 B
Diff
10 lines
379 B
Diff
--- ../src/node_modules/argon2/binding.gyp
|
|
+++ ../src/node_modules/argon2/binding.gyp
|
|
@@ -47,6 +47,7 @@
|
|
],
|
|
"cflags+": ["-Wno-cast-function-type"],
|
|
"include_dirs+": ["<!(node -e \"require('nan')\")"],
|
|
+ "libraries": ["/usr/lib/gcc/x86_64-redhat-linux/10/libstdc++.a"],
|
|
"dependencies": ["libargon2"],
|
|
"configurations": {
|
|
"Debug": {
|