tophat: fixing build issue with newer automakes (#32082)
This commit is contained in:
parent
cc48076e26
commit
713c716195
@ -29,6 +29,10 @@ class Tophat(AutotoolsPackage):
|
|||||||
|
|
||||||
parallel = False
|
parallel = False
|
||||||
|
|
||||||
|
def patch(self):
|
||||||
|
# Newer versions of autoconf hate calling AM_INIT_AUTOMAKE twice
|
||||||
|
filter_file(r"^AM_INIT_AUTOMAKE$", "", "configure.ac")
|
||||||
|
|
||||||
def setup_build_environment(self, env):
|
def setup_build_environment(self, env):
|
||||||
env.append_flags("CFLAGS", self.compiler.cxx98_flag)
|
env.append_flags("CFLAGS", self.compiler.cxx98_flag)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user