Skip to content

Commit

Permalink
libtheora: Remove unneeded autoreconf section (#44063)
Browse files Browse the repository at this point in the history
* Remove autoreconf section that was causing issues with libtool mismatch. Fixes issue #43498
  • Loading branch information
Chrismarsh committed May 10, 2024
1 parent 8160a96 commit 30a9ab7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions var/spack/repos/builtin/packages/libtheora/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ def configure_args(self):
args += ["LIBS=-lm"]
return args

def autoreconf(self, pkg, spec, prefix):
sh = which("sh")
# arguments are passed on to configure, let it just print its version
# and exit, so that configure can run in the configure build phase
sh("./autogen.sh", "-V")


class MSBuildBuilder(MSBuildBuilder):
def is_64bit(self):
Expand Down

0 comments on commit 30a9ab7

Please sign in to comment.