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/storage/fibre-channel/libsun_fc@$(PKGVERS) set name=pkg.description \
*** 32,48 **** value=org.opensolaris.category.2008:System/Libraries set name=variant.arch value=$(ARCH) dir path=etc group=sys dir path=usr group=sys dir path=usr/lib ! dir path=usr/lib/$(ARCH64) ! file path=usr/lib/$(ARCH64)/libsun_fc.so.1 file path=usr/lib/libsun_fc.so.1 legacy pkg=SUNWfchba desc="SNIA HBA library for Sun Fibre Channel adapters" \ name="Sun Fibre Channel Host Bus Adapter Library" legacy pkg=SUNWfchbar \ desc="T11 FC-HBA library for Sun Fibre Channel adapters (root)" \ name="Sun Fibre Channel Host Bus Adapter Library (root)" license cr_Sun license=cr_Sun license lic_CDDL license=lic_CDDL ! link path=usr/lib/$(ARCH64)/libsun_fc.so target=libsun_fc.so.1 link path=usr/lib/libsun_fc.so target=libsun_fc.so.1 --- 33,49 ---- value=org.opensolaris.category.2008:System/Libraries set name=variant.arch value=$(ARCH) dir path=etc group=sys dir path=usr group=sys dir path=usr/lib ! $(BUILD64)dir path=usr/lib/$(ARCH64) ! $(BUILD64)file path=usr/lib/$(ARCH64)/libsun_fc.so.1 file path=usr/lib/libsun_fc.so.1 legacy pkg=SUNWfchba desc="SNIA HBA library for Sun Fibre Channel adapters" \ name="Sun Fibre Channel Host Bus Adapter Library" legacy pkg=SUNWfchbar \ desc="T11 FC-HBA library for Sun Fibre Channel adapters (root)" \ name="Sun Fibre Channel Host Bus Adapter Library (root)" license cr_Sun license=cr_Sun license lic_CDDL license=lic_CDDL ! $(BUILD64)link path=usr/lib/$(ARCH64)/libsun_fc.so target=libsun_fc.so.1 link path=usr/lib/libsun_fc.so target=libsun_fc.so.1