wok rev 22349
python-llfuse: s|attr/xattr|sys/xattr|
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 18 10:45:32 2019 +0100 (2019-11-18) |
parents | 79f44cf65141 |
children | 17363eb80472 |
files | glusterfs/receipt python-llfuse/receipt |
line diff
1.1 --- a/glusterfs/receipt Mon Nov 18 10:22:34 2019 +0100 1.2 +++ b/glusterfs/receipt Mon Nov 18 10:45:32 2019 +0100 1.3 @@ -23,7 +23,7 @@ 1.4 --localstatedir=/var \ 1.5 $CONFIGURE_ARGS && 1.6 make && 1.7 - make install 1.8 + make -j 1 install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/python-llfuse/receipt Mon Nov 18 10:22:34 2019 +0100 2.2 +++ b/python-llfuse/receipt Mon Nov 18 10:45:32 2019 +0100 2.3 @@ -17,6 +17,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + sed -i 's|attr/xattr|sys/xattr|' src/llfuse.c Include/libc/xattr.pxd 2.8 sed -i -e 's|import sys|&\nimport ssl|' -e 's|http:|https:|' -e \ 2.9 's|.*urlopen(url|\t ssl._create_default_https_context = ssl._create_unverified_context\n&|' \ 2.10 util/distribute_setup.py