python-llfuse: unbreak on 32-bit archs.

This commit is contained in:
Christian Neukirchen 2016-02-01 15:08:38 +01:00
parent 8c99c6ed58
commit 1fd04e1b2e

View File

@ -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() {