PKGNAME=gsoap
PKGSEC=devel
PKGDEP="openssl zlib"
PKGDES="Development toolkit for Web Services and XML data bindings for C & C++"

# Note: flag controling whether create shared libraries or not is established
# by Fedora patch.
# Reference link: https://src.fedoraproject.org/rpms/gsoap/blob/577958/f/gsoap-libtool.patch
AUTOTOOLS_AFTER=(
    "--enable-ipv6"
)
