libtheora: enforce math library (libm.so) linkage (#37891)
This commit is contained in:
parent
f745e49d9a
commit
042dc2e1d8
@ -57,6 +57,7 @@ class AutotoolsBuilder(AutotoolsBuilder):
|
||||
def configure_args(self):
|
||||
args = []
|
||||
args += self.enable_or_disable("doc")
|
||||
args += ["LIBS=-lm"]
|
||||
return args
|
||||
|
||||
def autoreconf(self, pkg, spec, prefix):
|
||||
|
Loading…
Reference in New Issue
Block a user