4448N/A#
4448N/A# CDDL HEADER START
4448N/A#
4448N/A# The contents of this file are subject to the terms of the
4448N/A# Common Development and Distribution License (the "License").
4448N/A# You may not use this file except in compliance with the License.
4448N/A#
4448N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4448N/A# or http://www.opensolaris.org/os/licensing.
4448N/A# See the License for the specific language governing permissions
4448N/A# and limitations under the License.
4448N/A#
4448N/A# When distributing Covered Code, include this CDDL HEADER in each
4448N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4448N/A# If applicable, add the following below this CDDL HEADER, with the
4448N/A# fields enclosed by brackets "[]" replaced with your own identifying
4448N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4448N/A#
4448N/A# CDDL HEADER END
4448N/A#
4448N/A
4448N/A#
4448N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
4448N/A#
4448N/A
4448N/Ainclude ../../make-rules/shared-macros.mk
4448N/A
4448N/ACOMPONENT_NAME= liblogging
4448N/ACOMPONENT_VERSION= 1.0.4
4448N/ACOMPONENT_PROJECT_URL= http://www.liblogging.org/
4448N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4448N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4448N/ACOMPONENT_ARCHIVE_HASH= \
4448N/A sha256:aceb5d2aa8bdc771ff66f407f9adf4176b654db63e34a8605795b68be537b81c
4448N/ACOMPONENT_ARCHIVE_URL= \
4448N/A http://download.rsyslog.com/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
4448N/ACOMPONENT_BUGDB= service/rsyslog
4448N/ATPNO= 20535
4448N/A
4448N/Ainclude $(WS_MAKE_RULES)/prep.mk
4448N/Ainclude $(WS_MAKE_RULES)/configure.mk
4448N/Ainclude $(WS_MAKE_RULES)/ips.mk
4448N/A
4448N/A# Means build only stdlog
4448N/ACONFIGURE_OPTIONS += --disable-journal
4448N/A
4448N/A# There are built man pages in the tarball, which we shall patch. Making them
4448N/A# here would require python-docutils.
4448N/ACONFIGURE_OPTIONS += --disable-man-pages
4448N/ACONFIGURE_OPTIONS += --bindir=$(USRBINDIR)
4448N/A
4448N/A# Set -m32 or -m64 correctly for 32 and 64 bit versions.
4448N/ACC += $(CC_BITS)
4448N/A
4448N/AASLR_MODE = $(ASLR_ENABLE)
4448N/A
4448N/A# common targets
4448N/Abuild: $(BUILD_32_and_64)
4448N/A
4448N/Ainstall: $(INSTALL_32_and_64)
4448N/A
4448N/Atest: $(NO_TESTS)
4448N/A
4448N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
4448N/A
4448N/AREQUIRED_PACKAGES += system/library