gsoap: depends_on autoconf etc type build (#48247)

This commit is contained in:
Wouter Deconinck 2025-01-04 03:27:00 -06:00 committed by GitHub
parent fb1a509964
commit 0471af4c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,10 @@ class Gsoap(AutotoolsPackage, SourceforgePackage):
depends_on("pkgconfig", type="build")
depends_on("bison", type="build")
depends_on("flex", type="build")
depends_on("autoconf", type="build")
depends_on("automake", type="build")
depends_on("libtool", type="build")
depends_on("m4", type="build")
def configure_args(self):
return ["--enable-ipv6"]