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:/service/network/load-balancer/ilb@$(PKGVERS)
set name=pkg.description \
value="Integrated IP layer 3/4 load balancer for Solaris"
*** 36,53 ****
dir path=lib/svc/manifest/network group=sys
dir path=lib/svc/manifest/network/loadbalancer group=sys
dir path=usr group=sys
dir path=usr/include
dir path=usr/lib
! dir path=usr/lib/$(ARCH64)
dir path=usr/lib/inet
dir path=usr/lib/inet/ilb
dir path=usr/sbin
file path=lib/svc/manifest/network/loadbalancer/ilbd.xml group=sys mode=0444
file path=usr/include/libilb.h
! file path=usr/lib/$(ARCH64)/libilb.so.1
! file path=usr/lib/$(ARCH64)/llib-lilb.ln
file path=usr/lib/inet/ilb/ilb_probe mode=0555
file path=usr/lib/inet/ilbd mode=0555
file path=usr/lib/libilb.so.1
file path=usr/lib/llib-lilb
file path=usr/lib/llib-lilb.ln
--- 37,54 ----
dir path=lib/svc/manifest/network group=sys
dir path=lib/svc/manifest/network/loadbalancer group=sys
dir path=usr group=sys
dir path=usr/include
dir path=usr/lib
! $(BUILD64)dir path=usr/lib/$(ARCH64)
dir path=usr/lib/inet
dir path=usr/lib/inet/ilb
dir path=usr/sbin
file path=lib/svc/manifest/network/loadbalancer/ilbd.xml group=sys mode=0444
file path=usr/include/libilb.h
! $(BUILD64)file path=usr/lib/$(ARCH64)/libilb.so.1
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lilb.ln
file path=usr/lib/inet/ilb/ilb_probe mode=0555
file path=usr/lib/inet/ilbd mode=0555
file path=usr/lib/libilb.so.1
file path=usr/lib/llib-lilb
file path=usr/lib/llib-lilb.ln
*** 58,64 ****
legacy pkg=SUNWilbr \
desc="Integrated IP layer 3/4 load balancer for Solaris(root)" \
name="Integrated IP layer 3/4 load balancer for Solaris(root)"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
! link path=usr/lib/$(ARCH64)/libilb.so target=./libilb.so.1
link path=usr/lib/libilb.so target=./libilb.so.1
--- 59,65 ----
legacy pkg=SUNWilbr \
desc="Integrated IP layer 3/4 load balancer for Solaris(root)" \
name="Integrated IP layer 3/4 load balancer for Solaris(root)"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
! $(BUILD64)link path=usr/lib/$(ARCH64)/libilb.so target=./libilb.so.1
link path=usr/lib/libilb.so target=./libilb.so.1