Merge branch 'it4i-salomon'

This commit is contained in:
Josef Hrabal 2019-11-06 12:51:53 +01:00
commit bd6e8340e1
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'fuse-ext2'
version = '0.0.10'
homepage = 'https://github.com/alperakcan/fuse-ext2'
description = "Fuse-ext2 is an EXT2/EXT3/EXT4 filesystem for FUSE, and is built to work with osxfuse."
toolchain = SYSTEM
source_urls = ['https://github.com/alperakcan/fuse-ext2/archive/']
sources = ['v%(version)s.tar.gz']
patches = ['fuse-ext2-0.0.10.patch']
preconfigopts = './autogen.sh && '
sanity_check_paths = {
'files': ['bin/fuse-ext2'],
'dirs': [],
}
moduleclass = 'tools'

View File

@ -0,0 +1,12 @@
--- configure.ac.old 2019-11-06 09:11:19.746506805 +0100
+++ configure.ac 2019-11-06 09:12:22.031606854 +0100
@@ -9,6 +9,9 @@
AC_PROG_AWK
AC_PROG_CC
AC_PROG_INSTALL
+m4_pattern_allow([AM_PROG_AR])
+AM_PROG_AR
+AM_PROG_CC_C_O
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
m4_ifdef([AC_PROG_LIB],[AC_PROG_LIB],[m4_warn(portability,[Missing AC_PROJ_LIB])])
AC_PROG_OBJC