Skip to content

Commit

Permalink
firebird: need to run autoreconf
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 25, 2024
1 parent 792b5b6 commit f2f68f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/firebird/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def requirements(self):
# TODO: enable when merged
# https://github.com/conan-io/conan-center-index/pull/18852
# self.requires("libtommath/1.2.0")
# https://github.com/conan-io/conan-center-index/pull/22113
# self.requires("libtomcrypt/1.18.2")

def validate(self):
if self.settings.os == "Windows":
Expand Down Expand Up @@ -96,6 +98,7 @@ def build(self):
self._patch_sources()
with chdir(self, self.source_folder):
autotools = Autotools(self)
autotools.autoreconf()
autotools.configure()
autotools.make()

Expand Down

0 comments on commit f2f68f3

Please sign in to comment.