mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
Minimal libsodium builds will not be enough with libsodium >= 1.0.13
This commit is contained in:
parent
eb48c20f8d
commit
4dfcb00afd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ compiler:
|
|||
before_script:
|
||||
- git clone https://github.com/jedisct1/libsodium.git --branch=stable
|
||||
- cd libsodium
|
||||
- ./configure --disable-dependency-tracking --enable-minimal
|
||||
- ./configure --disable-dependency-tracking
|
||||
- sudo make install
|
||||
- sudo ldconfig
|
||||
- cd ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue