memkind: Don't use -Werror
when building (#30071)
This commit is contained in:
parent
a9fbc0175d
commit
44b409d696
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ class Memkind(AutotoolsPackage):
|
|||
def patch(self):
|
||||
with open('VERSION', 'w') as version_file:
|
||||
version_file.write('{0}\n'.format(self.version))
|
||||
# Remove `-Werror`
|
||||
filter_file(r" -Werror ", " ", "Makefile.am", "configure.ac")
|
||||
|
||||
@run_before('autoreconf')
|
||||
def build_jemalloc(self):
|
||||
|
|
Loading…
Reference in a new issue