Print this page
1681 support for BUILD64=# no longer works

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-library-security-gss-spnego.mf
          +++ new/usr/src/pkg/manifests/system-library-security-gss-spnego.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2014 Andrew Stormont.
  24   25  #
  25   26  
  26   27  set name=pkg.fmri value=pkg:/system/library/security/gss/spnego@$(PKGVERS)
  27   28  set name=pkg.description value="SPNEGO GSS-API Mechanism"
  28   29  set name=pkg.summary value="SPNEGO GSS-API Mechanism"
  29   30  set name=info.classification \
  30   31      value=org.opensolaris.category.2008:System/Security
  31   32  set name=variant.arch value=$(ARCH)
  32   33  dir path=usr group=sys
  33   34  dir path=usr/lib
  34      -dir path=usr/lib/$(ARCH64)
  35      -dir path=usr/lib/$(ARCH64)/gss
       35 +$(BUILD64)dir path=usr/lib/$(ARCH64)
       36 +$(BUILD64)dir path=usr/lib/$(ARCH64)/gss
  36   37  dir path=usr/lib/gss
  37   38  dir path=usr/share/man
  38   39  dir path=usr/share/man/man5
  39      -file path=usr/lib/$(ARCH64)/gss/mech_spnego.so.1
       40 +$(BUILD64)file path=usr/lib/$(ARCH64)/gss/mech_spnego.so.1
  40   41  file path=usr/lib/gss/mech_spnego.so.1
  41   42  file path=usr/share/man/man5/mech_spnego.5
  42   43  legacy pkg=SUNWspnego desc="SPNEGO GSS-API Mechanism" \
  43   44      name="SPNEGO GSS-API Mechanism"
  44   45  license cr_Sun license=cr_Sun
  45   46  license lic_CDDL license=lic_CDDL
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX