Makefile revision 5231
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# CDDL HEADER START
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# The contents of this file are subject to the terms of the
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# Common Development and Distribution License (the "License").
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# You may not use this file except in compliance with the License.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# See the License for the specific language governing permissions
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# and limitations under the License.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# When distributing Covered Code, include this CDDL HEADER in each
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# If applicable, add the following below this CDDL HEADER, with the
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# fields enclosed by brackets "[]" replaced with your own identifying
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# information: Portions Copyright [yyyy] [name of copyright owner]
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# CDDL HEADER END
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
dd566498928f08e7c9a79797a40db893c6a4b9fbvn sha256:5d927e287034cb6bb0ebccfa382cb1d185cb113c8ab5115a0759798642eed9b6
14ea4bb737263733ad80a36b4f73f681c30a6b45sdCOMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)release/$(COMPONENT_ARCHIVE)
14ea4bb737263733ad80a36b4f73f681c30a6b45sd# libtool linking
dd566498928f08e7c9a79797a40db893c6a4b9fbvn# elfedit removes wrong RUNPATH/RPATH (see 22383984)
25c6ff4b77fcddf4097ce78a8277275ca603b46cstephh /usr/bin/elfedit -e "dyn:delete RUNPATH" -e "dyn:delete RPATH" \
dd566498928f08e7c9a79797a40db893c6a4b9fbvn /usr/bin/elfedit -e "dyn:delete RUNPATH" -e "dyn:delete RPATH" \