diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-22 15:35:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-22 15:35:10 +0100 |
commit | 720c13fa4884d8bd691a2c32795b9bc2230ed4e7 (patch) | |
tree | a082367ac737cc2974632347a4dc4405aff97c31 /DEPENDENCIES | |
parent | Update readme (diff) | |
download | file2key-720c13fa4884d8bd691a2c32795b9bc2230ed4e7.tar.gz file2key-720c13fa4884d8bd691a2c32795b9bc2230ed4e7.tar.bz2 file2key-720c13fa4884d8bd691a2c32795b9bc2230ed4e7.tar.xz |
Make libpassphrase optional
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index af6600c..ee2bbd7 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,7 +1,7 @@ RUNTIME DEPENDENCIES: libc - libpassphrase + libpassphrase (opt-in) libkeccak @@ -11,7 +11,7 @@ BUILD DEPENDENCIES: make cc libc - libpassphrase + libpassphrase (opt-in) libkeccak |