Makefile revision 1569
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# CDDL HEADER START
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# The contents of this file are subject to the terms of the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Common Development and Distribution License (the "License").
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# You may not use this file except in compliance with the License.
cfeb51c88f60cb31c8862f0fa325d7d1c4d22f8avboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# See the License for the specific language governing permissions
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# and limitations under the License.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# When distributing Covered Code, include this CDDL HEADER in each
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# If applicable, add the following below this CDDL HEADER, with the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# CDDL HEADER END
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync sha256:4f14fc7b26a37a391ec5f979697148e6774bc36bc052de26e40ffabe401e397d
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncCOMPONENT_ARCHIVE_URL= http://download.savannah.nongnu.org/releases/openexr/$(COMPONENT_ARCHIVE)
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync# there seems to be no other way to enable large files support
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync# it seems that --with-pic doesn't get PIC flags to the C++ compiler
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync# libtools seems to be forcing -nolibs, so we have to add back libc, libm,
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync# libCstd and libCrun. The last two are needed because with Studio 12.2
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# (and beyond), there is a bug in the CC driver that is not correctly using
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# the '-library=Cstd,Crun' we are passing to it.