Makefile revision 844
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# CDDL HEADER START
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# The contents of this file are subject to the terms of the
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# Common Development and Distribution License (the "License").
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# You may not use this file except in compliance with the License.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# See the License for the specific language governing permissions
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# and limitations under the License.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# If applicable, add the following below this CDDL HEADER, with the
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# CDDL HEADER END
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync sha256:bc5052d285af6e7aac42984741e74261637c57c4a02032bf05de7a5ea3a1afe0
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# without this we bus error on sparc. Until the code in all of Quagga
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# does not have any misaligned code we will need the following flag.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# These options are carried over from the SFW consolidation. Using -xO4 was
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# explicitly commented out, but no reason was documented.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncCONFIGURE_OPTIONS += --localstatedir=$(CFGLOCALSTATEDIR)