127N/A#
127N/A# CDDL HEADER START
127N/A#
127N/A# The contents of this file are subject to the terms of the
127N/A# Common Development and Distribution License (the "License").
127N/A# You may not use this file except in compliance with the License.
127N/A#
127N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
127N/A# or http://www.opensolaris.org/os/licensing.
127N/A# See the License for the specific language governing permissions
127N/A# and limitations under the License.
127N/A#
127N/A# When distributing Covered Code, include this CDDL HEADER in each
127N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
127N/A# If applicable, add the following below this CDDL HEADER, with the
127N/A# fields enclosed by brackets "[]" replaced with your own identifying
127N/A# information: Portions Copyright [yyyy] [name of copyright owner]
127N/A#
127N/A# CDDL HEADER END
127N/A#
127N/A
127N/A#
5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
127N/A#
5680N/A# libtool only delivers scripts that embed paths, so prefer 32-bit.
5680N/ABUILD_BITS= 32_and_64
127N/Ainclude ../../make-rules/shared-macros.mk
127N/A
127N/ACOMPONENT_NAME= libtool
729N/ACOMPONENT_VERSION= 2.4.2
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918
1258N/ACOMPONENT_BUGDB= utility/libtool
127N/A
2899N/ATPNO= 9088
2899N/A
5680N/ABUILD_TARGET=
5680N/AINSTALL_TARGET=
5680N/Ainclude $(WS_MAKE_RULES)/gnu-component.mk
127N/A
127N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
127N/ACONFIGURE_OPTIONS += --disable-static
127N/ACONFIGURE_OPTIONS += PERL="$(PERL)"
127N/A
6677N/ACOMPONENT_PREP_ACTION = (cd $(@D) ; ./bootstrap)
729N/A
6677N/A# Remove the hard-wired compiler locations in the LTCC and CC line
6677N/A# in the version of the libtool script.
751N/ACOMPONENT_POST_INSTALL_ACTION = \
5680N/A cd $(PROTO_DIR)$(USRBIN.$(BITS)); \
5680N/A $(GSED) -i \
5680N/A -e 's|^LTCC="/.*$$|LTCC="cc"|' \
5680N/A -e 's|^CC="/.*$$|CC="cc"|' libtool ; \
751N/A
5007N/ACOMPONENT_TEST_TRANSFORMS += \
5007N/A '-n ' \
5007N/A '-e "/SKIP/p" ' \
5007N/A '-e "/PASS/p" ' \
5007N/A '-e "/FAIL/p" ' \
5007N/A '-e "/^===/p" ' \
5007N/A '-e "/failed/p" ' \
5007N/A '-e "/passed/p" '
5007N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1938N/A
127N/Abuild: $(BUILD_32_and_64)
127N/A
127N/Ainstall: $(INSTALL_32_and_64)
127N/A
3817N/AREQUIRED_PACKAGES += developer/base-developer-utilities
6655N/AREQUIRED_PACKAGES += developer/gnu-binutils
3817N/AREQUIRED_PACKAGES += file/gnu-coreutils
3817N/AREQUIRED_PACKAGES += shell/bash
3817N/AREQUIRED_PACKAGES += shell/ksh93
3817N/AREQUIRED_PACKAGES += text/gnu-grep
3817N/AREQUIRED_PACKAGES += text/gnu-sed