Makefile revision 3817
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# CDDL HEADER START
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# The contents of this file are subject to the terms of the
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# Common Development and Distribution License (the "License").
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# You may not use this file except in compliance with the License.
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# See the License for the specific language governing permissions
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# and limitations under the License.
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# When distributing Covered Code, include this CDDL HEADER in each
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# If applicable, add the following below this CDDL HEADER, with the
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# fields enclosed by brackets "[]" replaced with your own identifying
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# information: Portions Copyright [yyyy] [name of copyright owner]
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# CDDL HEADER END
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo SorceCOMPONENT_PROJECT_URL= http://www.mrunix.net/webalizer/
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce sha256:f2663d67f5820644a0b1c0b7dee4a5c764d829166fa28d5880442c28886729d9
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo SorceCOMPONENT_ARCHIVE_URL= ftp://ftp.mrunix.net/pub/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
8bcabb97d988d1602882a1f036aac2eaf5e09234Simo Sorce# Adjust the log file pathname in the sample configuration file.
ab967283b710dfa05d11ee5b30c7ac916486ceecSimo Sorce $(GSED) -i -e 's?lib/httpd/logs/?apache2/2.2/logs/?' \
ab967283b710dfa05d11ee5b30c7ac916486ceecSimo Sorce# webalizer is defining u_int64_t but also uses db.h
ab967283b710dfa05d11ee5b30c7ac916486ceecSimo Sorce# which typedefs it, and parfait and gcc 4.7 aren't happy.
233a3c6c48972b177e60d6ef4cecfacd3cf31659Simo Sorce# Needed to correctly build that 64-bit library.
dfd71fc92db940b2892cc996911cec03d7b6c52bSimo Sorce# common targets