Print this page
1681 support for BUILD64=# no longer works
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2014 Andrew Stormont.
#
set name=pkg.fmri value=pkg:/system/library/libfcoe@$(PKGVERS)
set name=pkg.description \
value="Sun FCoE (Fibre Channel over Ethernet) Port Management Library"
*** 31,46 ****
value=org.opensolaris.category.2008:Drivers/Storage
set name=variant.arch value=$(ARCH)
dir path=usr group=sys
dir path=usr/include
dir path=usr/lib
! dir path=usr/lib/$(ARCH64)
dir path=usr/share/man/man3fcoe
dir path=usr/share/man/man3lib
file path=usr/include/libfcoe.h
! file path=usr/lib/$(ARCH64)/libfcoe.so.1
! file path=usr/lib/$(ARCH64)/llib-lfcoe.ln
file path=usr/lib/libfcoe.so.1
file path=usr/lib/llib-lfcoe
file path=usr/lib/llib-lfcoe.ln
file path=usr/share/man/man3fcoe/FCOE_CreatePort.3fcoe
file path=usr/share/man/man3fcoe/FCOE_DeletePort.3fcoe
--- 32,47 ----
value=org.opensolaris.category.2008:Drivers/Storage
set name=variant.arch value=$(ARCH)
dir path=usr group=sys
dir path=usr/include
dir path=usr/lib
! $(BUILD64)dir path=usr/lib/$(ARCH64)
dir path=usr/share/man/man3fcoe
dir path=usr/share/man/man3lib
file path=usr/include/libfcoe.h
! $(BUILD64)file path=usr/lib/$(ARCH64)/libfcoe.so.1
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lfcoe.ln
file path=usr/lib/libfcoe.so.1
file path=usr/lib/llib-lfcoe
file path=usr/lib/llib-lfcoe.ln
file path=usr/share/man/man3fcoe/FCOE_CreatePort.3fcoe
file path=usr/share/man/man3fcoe/FCOE_DeletePort.3fcoe
*** 49,55 ****
legacy pkg=SUNWfcoeu \
desc="Sun FCoE (Fibre Channel over Ethernet) Port Management Library" \
name="Sun FCoE Port Management Library"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
! link path=usr/lib/$(ARCH64)/libfcoe.so target=libfcoe.so.1
link path=usr/lib/libfcoe.so target=libfcoe.so.1
--- 50,56 ----
legacy pkg=SUNWfcoeu \
desc="Sun FCoE (Fibre Channel over Ethernet) Port Management Library" \
name="Sun FCoE Port Management Library"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
! $(BUILD64)link path=usr/lib/$(ARCH64)/libfcoe.so target=libfcoe.so.1
link path=usr/lib/libfcoe.so target=libfcoe.so.1