Makefile revision 5680
248N/A#
248N/A# CDDL HEADER START
248N/A#
248N/A# The contents of this file are subject to the terms of the
248N/A# Common Development and Distribution License (the "License").
248N/A# You may not use this file except in compliance with the License.
248N/A#
248N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
248N/A# or http://www.opensolaris.org/os/licensing.
248N/A# See the License for the specific language governing permissions
248N/A# and limitations under the License.
248N/A#
248N/A# When distributing Covered Code, include this CDDL HEADER in each
248N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
248N/A# If applicable, add the following below this CDDL HEADER, with the
248N/A# fields enclosed by brackets "[]" replaced with your own identifying
248N/A# information: Portions Copyright [yyyy] [name of copyright owner]
248N/A#
248N/A# CDDL HEADER END
248N/A#
248N/A
248N/A#
5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
248N/A#
5680N/ABUILD_BITS= 64_and_32
248N/Ainclude ../../make-rules/shared-macros.mk
248N/A
248N/ACOMPONENT_NAME= libtorrent
248N/ACOMPONENT_VERSION= 0.12.2
248N/ACOMPONENT_PROJECT_URL= http://libtorrent.rakshasa.no/
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:cf9d2cd667fd6939a3e0bd27e48d0c7f35d9ab2f7affbb3214da03fd2c1360a8
248N/ACOMPONENT_ARCHIVE_URL= http://libtorrent.rakshasa.no/downloads/$(COMPONENT_ARCHIVE)
1258N/ACOMPONENT_BUGDB= utility/rtorrent
248N/A
2899N/ATPNO= 9038
2899N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
248N/A
248N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
248N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
248N/A
4086N/A# requires an older automake to reconfigure.
248N/ACOMPONENT_PREP_ACTION = \
4086N/A (cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv)
248N/A
248N/A# Although -norunpath is set for CXXFLAGS, we need to put -norunpath
248N/A# here, otherwise -norunpath doesn't get set when creating the shared
248N/A# libraries (CC -G).
248N/ACXX+= $(studio_NORUNPATH)
248N/A
248N/A# this is needed or we can't compile the rak headers
248N/ACC=$(CXX)
248N/A
5680N/ACXXFLAGS.studio += -i
248N/A
248N/ACONFIGURE_OPTIONS += --enable-shared
248N/ACONFIGURE_OPTIONS += --disable-debug
248N/ACONFIGURE_OPTIONS += --disable-static
248N/ACONFIGURE_OPTIONS += --with-ports
248N/ACONFIGURE_OPTIONS += --disable-libtool-lock
5680N/ACONFIGURE_OPTIONS += --srcdir=$(BUILD_DIR_$(BITS))
248N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
248N/A
5680N/AREQUIRED_PACKAGES += developer/build/automake-111
3817N/AREQUIRED_PACKAGES += library/c++/sigcpp
3817N/AREQUIRED_PACKAGES += library/security/openssl
3817N/AREQUIRED_PACKAGES += system/library/c++-runtime