223N/A#
223N/A# CDDL HEADER START
223N/A#
223N/A# The contents of this file are subject to the terms of the
223N/A# Common Development and Distribution License (the "License").
223N/A# You may not use this file except in compliance with the License.
223N/A#
223N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
223N/A# or http://www.opensolaris.org/os/licensing.
223N/A# See the License for the specific language governing permissions
223N/A# and limitations under the License.
223N/A#
223N/A# When distributing Covered Code, include this CDDL HEADER in each
223N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
223N/A# If applicable, add the following below this CDDL HEADER, with the
223N/A# fields enclosed by brackets "[]" replaced with your own identifying
223N/A# information: Portions Copyright [yyyy] [name of copyright owner]
223N/A#
223N/A# CDDL HEADER END
223N/A#
223N/A
223N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
223N/A#
223N/A
223N/Ainclude ../../make-rules/shared-macros.mk
223N/A
223N/ACOMPONENT_NAME= memcached
2350N/ACOMPONENT_VERSION= 1.4.17
223N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
223N/ACOMPONENT_PROJECT_URL= http://memcached.org/
223N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
2350N/A sha256:d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458
2350N/ACOMPONENT_ARCHIVE_URL= http://memcached.org/files/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= database/memcached
223N/A
3661N/ATPNO= 16265
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
223N/A
223N/APATH=/usr/bin:/usr/gnu/bin:/usr/perl5/bin
223N/A
223N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
223N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
223N/A
223N/ACOMPONENT_TEST_TARGETS= test
223N/A
223N/Astudio_OPT = -xO5
223N/A
813N/ACFLAGS += -D__ATTRIBUTE_DISABLED
813N/A
223N/ACONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/lib/$(MACH64)
2498N/ACONFIGURE_OPTIONS.64 += --with-libevent=/usr/lib/$(MACH64)
2498N/A# The below works around a bug in configure/configure.ac that sets
2498N/A# an incorrect runpath.
2498N/A# Setting ac_cv_libevent bypasses libevent checks in configure,
2498N/A# including setting the runpath (-R), which is currently ok
2498N/A# because libevent is in a default library directory.
2498N/ACONFIGURE_OPTIONS.64 += "ac_cv_libevent_dir=/usr/lib/$(MACH64)"
223N/ACONFIGURE_OPTIONS += --enable-dtrace --disable-docs --disable-coverage
223N/ACONFIGURE_OPTIONS += --localstatedir=/var
223N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
223N/A
2350N/AASLR_MODE = $(ASLR_ENABLE)
2350N/A
223N/A# common targets
223N/Abuild: $(BUILD_64)
223N/A
223N/Ainstall: $(INSTALL_64)
223N/A
223N/Atest: $(TEST_64)
223N/A
223N/A
3996N/AREQUIRED_PACKAGES += library/libevent
3996N/AREQUIRED_PACKAGES += shell/ksh93
3996N/AREQUIRED_PACKAGES += system/core-os
3996N/AREQUIRED_PACKAGES += system/library
3996N/AREQUIRED_PACKAGES += system/network