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
5874N/ACOMPONENT_VERSION= 1.0.5
4429N/ACOMPONENT_PROJECT_URL= http://www.liblogging.org/
4429N/ACOMPONENT_ARCHIVE_HASH= \
5874N/A sha256:310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b
4429N/ACOMPONENT_ARCHIVE_URL= \
5874N/A http://download.openpkg.org/components/cache/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
5874N/A# The original download site seems to be broken, it is not possible to
5874N/A# download the archive from there
5874N/A# http://download.rsyslog.com/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
5874N/A# The checksum of the archive corresponds to what is written on liblogging.org
4429N/ACOMPONENT_BUGDB= service/rsyslog
5874N/ATPNO= 27183
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