Package: libbfio / 20160108-1

Metadata

Package Version Patches format
libbfio 20160108-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix FTBFS hurd 386.patch | (download)

libcpath/libcpath_path.c | 57 9 + 48 - 0 !
1 file changed, 9 insertions(+), 48 deletions(-)

---
02 fix FTBFS GCC5.patch | (download)

libuna/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change libuna to use gnu89 inline semantics for gcc 5
 libuna as written relies on the GNU89 inline semantics. Workaround build
 failure in GCC 5 with the -std=gnu89 option until it is changed upstream.
 For more information see https://gcc.gnu.org/gcc-5/porting_to.html.