Makefile revision 5680
4429N/A#
4429N/A# CDDL HEADER START
4429N/A#
4429N/A# The contents of this file are subject to the terms of the
4429N/A# Common Development and Distribution License (the "License").
4429N/A# You may not use this file except in compliance with the License.
4429N/A#
4429N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4429N/A# or http://www.opensolaris.org/os/licensing.
4429N/A# See the License for the specific language governing permissions
4429N/A# and limitations under the License.
4429N/A#
4429N/A# When distributing Covered Code, include this CDDL HEADER in each
4429N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4429N/A# If applicable, add the following below this CDDL HEADER, with the
4429N/A# fields enclosed by brackets "[]" replaced with your own identifying
4429N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4429N/A#
4429N/A# CDDL HEADER END
4429N/A#
4429N/A
4429N/A#
5680N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4429N/A#
5680N/ABUILD_BITS= 64_and_32
4429N/Ainclude ../../make-rules/shared-macros.mk
4429N/A
4429N/ACOMPONENT_NAME= liblogging
4429N/ACOMPONENT_VERSION= 1.0.4
4429N/ACOMPONENT_PROJECT_URL= http://www.liblogging.org/
4429N/ACOMPONENT_ARCHIVE_HASH= \
4429N/A sha256:aceb5d2aa8bdc771ff66f407f9adf4176b654db63e34a8605795b68be537b81c
4429N/ACOMPONENT_ARCHIVE_URL= \
4429N/A http://download.rsyslog.com/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
4429N/ACOMPONENT_BUGDB= service/rsyslog
4429N/ATPNO= 20535
4429N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
4429N/A
4429N/A# Means build only stdlog
4429N/ACONFIGURE_OPTIONS += --disable-journal
4429N/A
4429N/A# There are built man pages in the tarball, which we shall patch. Making them
4429N/A# here would require python-docutils.
4429N/ACONFIGURE_OPTIONS += --disable-man-pages