Print this page
1681 support for BUILD64=# no longer works
@@ -20,10 +20,11 @@
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
+# Copyright 2014 Andrew Stormont.
#
set name=pkg.fmri value=pkg:/service/network/dns/mdns@$(PKGVERS)
set name=pkg.description \
value="Root components for Multicast DNS daemon and service discovery support"
@@ -38,11 +39,11 @@
dir path=lib/svc/manifest/network/dns group=sys
dir path=usr group=sys
dir path=usr/bin
dir path=usr/include
dir path=usr/lib
-dir path=usr/lib/$(ARCH64)
+$(BUILD64)dir path=usr/lib/$(ARCH64)
dir path=usr/lib/inet
dir path=usr/share
dir path=usr/share/lib
dir path=usr/share/lib/java group=sys
dir path=usr/share/lib/java/javadoc group=other
@@ -58,14 +59,14 @@
dir path=usr/share/man/man3dns_sd
dir path=usr/share/man/man3lib
file path=lib/svc/manifest/network/dns/multicast.xml group=sys mode=0444
file path=usr/bin/dns-sd mode=0555
file path=usr/include/dns_sd.h
-file path=usr/lib/$(ARCH64)/libdns_sd.so.1
-file path=usr/lib/$(ARCH64)/libjdns_sd.so.1
-file path=usr/lib/$(ARCH64)/llib-ldns_sd.ln
-file path=usr/lib/$(ARCH64)/nss_mdns.so.1
+$(BUILD64)file path=usr/lib/$(ARCH64)/libdns_sd.so.1
+$(BUILD64)file path=usr/lib/$(ARCH64)/libjdns_sd.so.1
+$(BUILD64)file path=usr/lib/$(ARCH64)/llib-ldns_sd.ln
+$(BUILD64)file path=usr/lib/$(ARCH64)/nss_mdns.so.1
file path=usr/lib/inet/mdnsd mode=0555
file path=usr/lib/libdns_sd.so.1
file path=usr/lib/libjdns_sd.so.1
file path=usr/lib/llib-ldns_sd
file path=usr/lib/llib-ldns_sd.ln
@@ -162,12 +163,12 @@
license lic_CDDL license=lic_CDDL
license usr/src/cmd/cmd-inet/usr.lib/mdnsd/THIRDPARTYLICENSE \
license=usr/src/cmd/cmd-inet/usr.lib/mdnsd/THIRDPARTYLICENSE
license usr/src/lib/libdns_sd/THIRDPARTYLICENSE \
license=usr/src/lib/libdns_sd/THIRDPARTYLICENSE
-link path=usr/lib/$(ARCH64)/libdns_sd.so target=libdns_sd.so.1
-link path=usr/lib/$(ARCH64)/libjdns_sd.so target=libjdns_sd.so.1
+$(BUILD64)link path=usr/lib/$(ARCH64)/libdns_sd.so target=libdns_sd.so.1
+$(BUILD64)link path=usr/lib/$(ARCH64)/libjdns_sd.so target=libjdns_sd.so.1
link path=usr/lib/libdns_sd.so target=libdns_sd.so.1
link path=usr/lib/libjdns_sd.so target=libjdns_sd.so.1
link path=usr/share/man/man3dns_sd/DNSServiceAddRecord.3dns_sd \
target=DNSServiceCreateConnection.3dns_sd
link path=usr/share/man/man3dns_sd/DNSServiceRegisterRecord.3dns_sd \