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

Re: [Minios-devel] [UNIKRAFT/PYTHON3 PATCH v3 07/14] _sysconfigdata.py: Disable features that are not avaiable on Unikraft



Hi Vlad, Costin, this patch looks good.

Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx>

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

    From: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
    
    Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
    Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx>
    ---
     _sysconfigdata.py | 8 ++++----
     1 file changed, 4 insertions(+), 4 deletions(-)
    
    diff --git a/_sysconfigdata.py b/_sysconfigdata.py
    index 19354ca..bd575a8 100644
    --- a/_sysconfigdata.py
    +++ b/_sysconfigdata.py
    @@ -159,7 +159,7 @@ build_time_vars = {'ABIFLAGS': 'm',
      'HAVE_ERF': 1,
      'HAVE_ERFC': 1,
      'HAVE_ERRNO_H': 1,
    - 'HAVE_EXECV': 1,
    + 'HAVE_EXECV': 0,
      'HAVE_EXPM1': 1,
      'HAVE_FACCESSAT': 1,
      'HAVE_FCHDIR': 1,
    @@ -170,11 +170,11 @@ build_time_vars = {'ABIFLAGS': 'm',
      'HAVE_FCNTL_H': 1,
      'HAVE_FDATASYNC': 1,
      'HAVE_FDOPENDIR': 1,
    - 'HAVE_FEXECVE': 1,
    + 'HAVE_FEXECVE': 0,
      'HAVE_FINITE': 1,
      'HAVE_FLOCK': 1,
    - 'HAVE_FORK': 1,
    - 'HAVE_FORKPTY': 1,
    + 'HAVE_FORK': 0,
    + 'HAVE_FORKPTY': 0,
      'HAVE_FPATHCONF': 1,
      'HAVE_FSEEK64': 0,
      'HAVE_FSEEKO': 1,
    -- 
    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®.