]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Config.uk: Add configuration options for extensions
authorCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 16 Oct 2019 14:22:44 +0000 (17:22 +0300)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 17 Oct 2019 12:26:38 +0000 (15:26 +0300)
commitd9de405a331074441fba6d6fbe063f37d6492759
treeb414c19333a115921fa6ab5b11fe214318a08615
parent2183aad753db9749d96ca2f5e005fdfae71a2c96
Config.uk: Add configuration options for extensions

We currently configure the following extensions: XML parsing with Expat lib,
decimal operations with libmpdec, SSL, UUID and zlib. Sqlite will be
automatically supported when the external library will be released.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Config.uk