gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-kotlin] branch master updated: link libsodium statically


From: gnunet
Subject: [taler-wallet-kotlin] branch master updated: link libsodium statically
Date: Sun, 02 Aug 2020 07:45:24 +0200

This is an automated email from the git hooks/post-receive script.

jonathan-buchanan pushed a commit to branch master
in repository wallet-kotlin.

The following commit(s) were added to refs/heads/master by this push:
     new 91dad4b  link libsodium statically
91dad4b is described below

commit 91dad4b89cd73f68cbbe36aa6211f39af6cb3344
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
AuthorDate: Sun Aug 2 01:43:08 2020 -0400

    link libsodium statically
---
 src/nativeInterop/cinterop/sodium.def | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/nativeInterop/cinterop/sodium.def 
b/src/nativeInterop/cinterop/sodium.def
index 1c90295..eb9c922 100644
--- a/src/nativeInterop/cinterop/sodium.def
+++ b/src/nativeInterop/cinterop/sodium.def
@@ -1,4 +1,6 @@
 headers = sodium.h
+staticLibraries = libsodium.a
+libraryPaths = /usr/local/lib
 headerFilter = sodium.h sodium/**
 compilerOpts = -I/usr/include -I/usr/local/include 
-I/usr/include/x86_64-linux-gnu/
 linkerOpts = -lsodium -L/usr/lib/x86_64-linux-gnu -L/usr/lib64/ 
-L/usr/local/lib

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]