mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-05 11:57:40 +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:
|
before_script:
|
||||||
- git clone https://github.com/jedisct1/libsodium.git --branch=stable
|
- git clone https://github.com/jedisct1/libsodium.git --branch=stable
|
||||||
- cd libsodium
|
- cd libsodium
|
||||||
- ./configure --disable-dependency-tracking --enable-minimal
|
- ./configure --disable-dependency-tracking
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- sudo ldconfig
|
- sudo ldconfig
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue