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