[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT/PYTHON3 PATCH v3 13/14] Config.uk: Add configuration options for extensions



Hi Costin,

I noticed that for some reason libuuid doesn't work (compiler errors), is this 
expected? Should it be removed from the menu for now?

Thanks,

-- Felipe

On 23.09.19, 11:59, "Costin Lupu" <costin.lupu@xxxxxxxxx> wrote:

    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@xxxxxxxxx>
    ---
     Config.uk | 39 +++++++++++++++++++++++++++++++++++++++
     1 file changed, 39 insertions(+)
    
    diff --git a/Config.uk b/Config.uk
    index 80a557a..6ebab45 100644
    --- a/Config.uk
    +++ b/Config.uk
    @@ -35,4 +35,43 @@ config LIBPYTHON3_MAIN_FUNCTION
        bool "Provide main function"
        default n
     
    +
    +menuconfig LIBPYTHON3_EXTENSIONS
    +   bool "Extensions"
    +   default n
    +
    +if LIBPYTHON3_EXTENSIONS
    +config LIBPYTHON3_EXTENSION_EXPAT
    +   bool "Expat XML parser"
    +   default y
    +if LIBFFI
    +#config LIBPYTHON3_EXTENSION_CTYPES
    +#  bool "ctypes"
    +#  default y
    +endif
    +config LIBPYTHON3_EXTENSION_LIBMPDEC
    +   bool "Decimal operations with libmpdec"
    +   default y
    +if LIBSQLITE
    +config LIBPYTHON3_EXTENSION_SQLITE
    +   bool "sqlite"
    +   default y
    +endif
    +if LIBSSL
    +config LIBPYTHON3_EXTENSION_SSL
    +   bool "SSL"
    +   default y
    +endif
    +if LIBUUID
    +config LIBPYTHON3_EXTENSION_UUID
    +   bool "UUID"
    +   default y
    +endif
    +if LIBZLIB
    +config LIBPYTHON3_EXTENSION_ZLIB
    +   bool "zlib"
    +   default y
    +endif
    +endif
    +
     endif
    -- 
    2.20.1
    
    

_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.