#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#
# All components using gobject-introspection must be built with gcc as
# gobject-introspection 1.46 causes the build to fail when using Studio.
# Override PATH set in shared-macros.mk by setting the GNU PATH as default.
COMPONENT_ARCHIVE_URL= https://github.com/lathiat/avahi/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
# Depends on a Python module from Desktop that is only available 32-bit in S11.
# xmltoman is not available
# stack-protector breaks build with gcc 5.3 if not explicitly disabled until
# fix for 23185183 is available on all build machines (s12_99 or later)
# NOCONFIGURE=yes -> do not execute "configure" directly from "autogen.sh" (/wo CONFIGURE_OPTIONS...)
# running of configure /wo CONFIGURE_OPTIONS + ENV -> configure will fail (on --with-distro=none is missing)
# because "sunos" is not among the distros known to avahi.
# g-i-r-scanner also need to have PATH to cc
# build standalone sub-components only
# gobject-introspection tools are used to build, not a runtime dependency