diff options
author | davidovski <david@davidovski.xyz> | 2022-03-03 00:13:55 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-03 00:13:55 +0000 |
commit | 2fea415a8b6ab9eae92686a182341d8f5fe56d00 (patch) | |
tree | 889fee82b0ebde2870be7673fc7eff9c2bc2efeb /repo/system/python.xibuild | |
parent | 92a76bb80efda3fcb96cb0a990ae5bfa658449d1 (diff) |
fixed docbook issues
Diffstat (limited to 'repo/system/python.xibuild')
-rw-r--r-- | repo/system/python.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/system/python.xibuild b/repo/system/python.xibuild index 2a71dea..b17cf04 100644 --- a/repo/system/python.xibuild +++ b/repo/system/python.xibuild @@ -23,6 +23,7 @@ build () { --with-system-ffi \ --with-ensurepip=yes \ --with-pip=yes \ + --with-openssl="/usr" \ --enable-ipv6 \ --enable-loadable-sqlite-extensions \ --with-computed-gotos |