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. # # # The default for payload-bearing actions in this package is to appear in the # global zone only. See the include file for greater detail, as well as
*** 34,51 **** set name=pkg.summary value="Sun Enterprise Network Array libraries" set name=info.classification \ value="org.opensolaris.category.2008:System/Enterprise Management" set name=variant.arch value=sparc dir path=lib ! dir path=lib/$(ARCH64) ! file path=lib/$(ARCH64)/liba5k.so.2 ! file path=lib/$(ARCH64)/libg_fc.so.2 file path=lib/liba5k.so.2 file path=lib/libg_fc.so.2 legacy pkg=SUNWluxopr desc="Sun Enterprise Network Array libraries" \ name="Sun Enterprise Network Array libraries" license cr_Sun license=cr_Sun license lic_CDDL license=lic_CDDL ! link path=lib/$(ARCH64)/liba5k.so target=liba5k.so.2 ! link path=lib/$(ARCH64)/libg_fc.so target=libg_fc.so.2 link path=lib/liba5k.so target=liba5k.so.2 link path=lib/libg_fc.so target=libg_fc.so.2 --- 35,52 ---- set name=pkg.summary value="Sun Enterprise Network Array libraries" set name=info.classification \ value="org.opensolaris.category.2008:System/Enterprise Management" set name=variant.arch value=sparc dir path=lib ! $(BUILD64)dir path=lib/$(ARCH64) ! $(BUILD64)file path=lib/$(ARCH64)/liba5k.so.2 ! $(BUILD64)file path=lib/$(ARCH64)/libg_fc.so.2 file path=lib/liba5k.so.2 file path=lib/libg_fc.so.2 legacy pkg=SUNWluxopr desc="Sun Enterprise Network Array libraries" \ name="Sun Enterprise Network Array libraries" license cr_Sun license=cr_Sun license lic_CDDL license=lic_CDDL ! $(BUILD64)link path=lib/$(ARCH64)/liba5k.so target=liba5k.so.2 ! $(BUILD64)link path=lib/$(ARCH64)/libg_fc.so target=libg_fc.so.2 link path=lib/liba5k.so target=liba5k.so.2 link path=lib/libg_fc.so target=libg_fc.so.2