Makefile revision 2899
ec79b29695b183f794264bbb578c51e93d1f9b1emartin# CDDL HEADER START
ed0d39878e79220baaa50c15b79b1fdf877cb919niq# The contents of this file are subject to the terms of the
a9032b04dea20854789dcd723f59e951055eafccniq# Common Development and Distribution License (the "License").
a9032b04dea20854789dcd723f59e951055eafccniq# You may not use this file except in compliance with the License.
c76ccee1c47ce272630c95f3de16164bccaf09a8niq# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c76ccee1c47ce272630c95f3de16164bccaf09a8niq# See the License for the specific language governing permissions
5ff68527ed4cfc34ba93eb201b79fc3363ee66e4niq# and limitations under the License.
5ff68527ed4cfc34ba93eb201b79fc3363ee66e4niq# When distributing Covered Code, include this CDDL HEADER in each
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin# If applicable, add the following below this CDDL HEADER, with the
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin# fields enclosed by brackets "[]" replaced with your own identifying
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin# information: Portions Copyright [yyyy] [name of copyright owner]
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin# CDDL HEADER END
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
135402675e89e6df0e17735e48f428a1e1d8eb16pquernaCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
135402675e89e6df0e17735e48f428a1e1d8eb16pquerna sha256:d98d263b31dd904a0337ba2db6d1a80bb495b4ac419a304f0f25c551d50cafc6
e4b96ba15dc8b2b27d251d53e29b86da32cd5066pquernaCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/src/all-versions/$(COMPONENT_ARCHIVE)
81bd9331da3bd0f53255d52b1475480ff3a4b395trawick# Enable ASLR for this component
13ce20bba632871d7ceb413f39dc73c718ddec7dchrisdCONFIGURE_OPTIONS += PATH="/usr/perl5/bin:/usr/gnu/bin:$(PATH)"
421e0a5d1c49de76406f61e9abef271af2336c31rpluem# Use the 64-bit versions of pkg-config files
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme# Version 1.10 (libwireshark.so) doesn't play nicely with -Bdirect.
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme# We need to avoid RPATH=/usr/lib in Wireshark libraries so that we can
7abe34dd5a20fc8fde09dca9116b88e6ddfd55ddjorton# create successfully IPS package of different Wireshark branch than is
7abe34dd5a20fc8fde09dca9116b88e6ddfd55ddjorton# installed on build system without dependency errors.