diff options
author | Joshua M. Clulow <josh@sysmgr.org> | 2021-06-26 23:31:12 -0700 |
---|---|---|
committer | Joshua M. Clulow <josh@sysmgr.org> | 2021-06-26 23:31:12 -0700 |
commit | 3b3c8f601c5530d4928a71e238c573c623491c34 (patch) | |
tree | cb7941147eb9c02cda1c93d74ab280d0c335ec78 | |
parent | fd440315ab0e76440256b0b1ca08098f64bc7832 (diff) | |
download | illumos-joyent-3b3c8f601c5530d4928a71e238c573c623491c34.tar.gz |
13776 ship demangle-sys.h
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r-- | exception_lists/packaging | 1 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-library-demangle.mf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/exception_lists/packaging b/exception_lists/packaging index 74f3b508a0..a64bb55ea8 100644 --- a/exception_lists/packaging +++ b/exception_lists/packaging @@ -45,7 +45,6 @@ usr/include/auth_list.h usr/include/bsm/audit_door_infc.h usr/include/bsm/audit_private.h usr/include/bsm/devalloc.h -usr/include/demangle-sys.h usr/include/getxby_door.h usr/include/passwdutil.h usr/include/priv_utils.h diff --git a/usr/src/pkg/manifests/system-library-demangle.mf b/usr/src/pkg/manifests/system-library-demangle.mf index 47d153b96d..38d2efaa80 100644 --- a/usr/src/pkg/manifests/system-library-demangle.mf +++ b/usr/src/pkg/manifests/system-library-demangle.mf @@ -30,8 +30,10 @@ set name=pkg.summary value="Symbol demangling support" set name=info.classification value=org.opensolaris.category.2008:System/Core set name=variant.arch value=$(ARCH) dir path=usr group=sys +dir path=usr/include dir path=usr/lib dir path=usr/lib/$(ARCH64) +file path=usr/include/demangle-sys.h file path=usr/lib/$(ARCH64)/libdemangle-sys.so.1 file path=usr/lib/libdemangle-sys.so.1 license lic_CDDL license=lic_CDDL |