File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -158,16 +158,16 @@ Custom OpenSSL
158158 .. code-block :: shell-session
159159
160160 $ curl -O https://www.openssl.org/source/openssl-VERSION.tar.gz
161- $ tar xzf openssl-VERSION
162- $ pushd openssl-VERSION
163- $ ./config \
164- --prefix=/usr/local/custom-openssl \
165- --libdir=lib \
166- --openssldir=/etc/ssl
167- $ make -j1 depend
168- $ make -j8
169- $ make install_sw
170- $ popd
161+ $ tar xzf openssl-VERSION
162+ $ pushd openssl-VERSION
163+ $ ./config \
164+ --prefix=/usr/local/custom-openssl \
165+ --libdir=lib \
166+ --openssldir=/etc/ssl
167+ $ make -j1 depend
168+ $ make -j8
169+ $ make install_sw
170+ $ popd
171171
172172 3. Build Python with custom OpenSSL
173173 (see the configure `--with-openssl ` and `--with-openssl-rpath ` options)
You can’t perform that action at this time.
0 commit comments