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