aboutsummaryrefslogtreecommitdiffstats
path: root/testing/node-sodium/fix-gyp-binding.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/node-sodium/fix-gyp-binding.patch')
-rw-r--r--testing/node-sodium/fix-gyp-binding.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/node-sodium/fix-gyp-binding.patch b/testing/node-sodium/fix-gyp-binding.patch
new file mode 100644
index 0000000000..0b32f9a37b
--- /dev/null
+++ b/testing/node-sodium/fix-gyp-binding.patch
@@ -0,0 +1,11 @@
+--- src/binding.gyp
++++ src/binding.gyp
+@@ -79,7 +79,7 @@
+ }],
+ ['OS=="linux"', {
+ 'libraries': [
+- '../deps/build/lib/libsodium.a'
++ '/usr/lib/libsodium.so.18.1.1'
+ ]
+ }]
+ ]