This repository was archived by the owner on May 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ NGiИX | 1.15.7 | []
9
9
MUSL | 1.1.20 | [ ![ ] ( https://repology.org/badge/latest-versions/musl.svg )] ( //git.musl-libc.org/cgit/musl/tree/WHATSNEW )
10
10
PCRE | 8.42 | [ ![ ] ( https://repology.org/badge/latest-versions/pcre.svg )] ( //pcre.org/original/changelog.txt )
11
11
ZLIB | 1.2.11 | [ ![ ] ( https://repology.org/badge/latest-versions/zlib.svg )] ( //zlib.net/ChangeLog.txt )
12
- LIBRESSL| 2.8.3 | [ ![ ] ( https://repology.org/badge/latest-versions/libressl.svg )] ( //raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog )
12
+ LIBRESSL| 2.9.0 | [ ![ ] ( https://repology.org/badge/latest-versions/libressl.svg )] ( //raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog )
13
13
~ JEMALLOC~ | 5.1.0 | [ ![ ] ( https://repology.org/badge/latest-versions/jemalloc.svg )] ( //raw.githubusercontent.com/aerospike/jemalloc/master/ChangeLog )
14
14
15
15
### Modules
Original file line number Diff line number Diff line change 75
75
# https://github.com/libressl-portable/portable/tree/master#prerequisites-when-building-from-a-git-checkout
76
76
tar xf libressl-* .tar.gz
77
77
cd libressl-*
78
+ rm include/tls.h
78
79
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt
79
- make -j` nproc`
80
- make -j` nproc` test install
80
+ make -j` nproc` ssl crypto
81
+ cmake -P include/cmake_install.cmake
82
+ cmake -P crypto/cmake_install.cmake
83
+ cmake -P ssl/cmake_install.cmake
81
84
cd -
82
85
83
86
# NJS & NGX
You can’t perform that action at this time.
0 commit comments