python-llfuse: unbreak on 32-bit archs.
This commit is contained in:
parent
8c99c6ed58
commit
1fd04e1b2e
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ checksum=0fa12d2e1d368232601fb3602be6b942b3f60ec00d85cfe91645cf7dcd3a5ab8
|
|||
|
||||
post_extract() {
|
||||
sed -i 's/__gnu_linux__/__linux__/g' src/llfuse.h
|
||||
sed -i '/Werror=conversion/d' setup.py # breaks 32-bit builds
|
||||
}
|
||||
|
||||
python3.4-llfuse_package() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue