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