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
158
158
.. code-block :: shell-session
159
159
160
160
$ 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
171
171
172
172
3. Build Python with custom OpenSSL
173
173
(see the configure `--with-openssl ` and `--with-openssl-rpath ` options)
You can’t perform that action at this time.
0 commit comments