gsoap: depends_on autoconf etc type build (#48247)
This commit is contained in:
parent
fb1a509964
commit
0471af4c16
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user