Stobenski
Results
1
comments of
Stobenski
Here is [workaround from Void package](https://github.com/voidlinux/void-packages/blob/master/srcpkgs/xar/patches/ext2.patch): ``` patch --- lib/ext2.c.orig +++ lib/ext2.c @@ -139,8 +139,10 @@ if(! (flags & ~EXT2_NOCOMPR_FL) ) x_addprop(f, "NoCompBlock"); #endif +#ifdef EXT2_ECOMPR_FL if(! (flags & ~EXT2_ECOMPR_FL)...