Makefile revision 1258
c343be283b7152554bac0c02493a4e1759c163f7Kay Sievers# CDDL HEADER START
b3ae710c251d0ce5cf2cef63208e325497b5e323Zbigniew Jędrzejewski-Szmek# The contents of this file are subject to the terms of the
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# Common Development and Distribution License (the "License").
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# You may not use this file except in compliance with the License.
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a40593a0d0d740efa387e35411e1e456a6c5aba7Lennart Poettering# or http://www.opensolaris.org/os/licensing.
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers# See the License for the specific language governing permissions
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart Poettering# and limitations under the License.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# When distributing Covered Code, include this CDDL HEADER in each
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# If applicable, add the following below this CDDL HEADER, with the
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# fields enclosed by brackets "[]" replaced with your own identifying
3f85ef0f05ffc51e19f86fb83a1c51e8e3cd6817Harald Hoyer# information: Portions Copyright [yyyy] [name of copyright owner]
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart Poettering# CDDL HEADER END
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
e7b4d43ec3d5eb0099a3978f98a46f3c15443b23Lennart PoetteringCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
58f55364fa00a6a4706df2c4a01c6967f432e531Lennart PoetteringCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek sha256:83a85ff506b5e2a70f03c49de7af291802404983a23c7779e0f4ac3e672a2fb3
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-SzmekCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/src/all-versions/$(COMPONENT_ARCHIVE)
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-SzmekCOMPONENT_BUGDB= utility/wireshark
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart PoetteringCONFIGURE_OPTIONS += PATH="/usr/perl5/bin:/usr/gnu/bin:$(PATH)"
c2d5b3c94d0c082ef29597fb230f8b88b124bab8Lennart Poettering# We need to avoid RPATH=/usr/lib in Wireshark libraries so that we can
264b8070715d2d19344c4991ace21147d998f56dLennart Poettering# create successfully IPS package of different Wireshark branch than is
264b8070715d2d19344c4991ace21147d998f56dLennart Poettering# installed on build system without dependency errors.