diff options
| author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2018-10-13 21:12:19 +0000 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2018-10-24 15:27:58 -0400 |
| commit | e8921a52c53ee69f7b65f054d9b2e886139daa59 (patch) | |
| tree | 47ff09b2c3cf4a36bb54f09c2f24debb5f5f513a /exception_lists/check_rtime | |
| parent | e24b44e5c3120c9b5c8e9b7440bc10c8b7413bfb (diff) | |
| download | illumos-joyent-e8921a52c53ee69f7b65f054d9b2e886139daa59.tar.gz | |
9894 Deliver python3 modules
9904 Split python modules out into separate packages
5571 Provide 64-bit python modules
Reviewed by: Alexander Pyhalov <apyhalov@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'exception_lists/check_rtime')
| -rw-r--r-- | exception_lists/check_rtime | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index 093fe9ee0c..358eba0330 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -22,6 +22,7 @@ # # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. +# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. # # This file provides exceptions to the usual rules applied to ELF objects by @@ -119,6 +120,7 @@ UNUSED_RPATH /usr/lib/mps.*\ from\ .*libssl3\.so UNUSED_RPATH /usr/lib.*\ from\ .*/usr/lib/mps UNUSED_RPATH /usr/gnu/lib.*\ from\ .*/usr/lib/libpython2\.. UNUSED_RPATH /usr/gnu/lib.*\ from\ .*/usr/lib/64/libpython2\.. +UNUSED_RPATH /usr/gnu/lib.*\ from\ .*/usr/lib/64/libpython3\.. UNUSED_RPATH /usr/snadm/lib.*\ from\ .*/usr/snadm/lib/libspmicommon\.so\.1 UNUSED_RPATH /usr/gcc/.*/lib.*\ from\ .* @@ -151,6 +153,7 @@ UNREF_OBJ /lib.*\ of\ .*libpq\.so\.4 UNREF_OBJ /lib.*\ of\ .*libpython2\.4\.so\.1\.0 UNREF_OBJ /lib.*\ of\ .*libpython2\.6\.so\.1\.0 UNREF_OBJ /lib.*\ of\ .*libpython2\.7\.so\.1\.0 +UNREF_OBJ /lib.*\ of\ .*libpython3\.[567]m?\.so\.1\.0 UNREF_OBJ /libgcc_s.*\ of\ .*libstdc\+\+\.so\.6 UNREF_OBJ /libgcc_s.*\ of\ .*libgmodule-2\.0\.so\.0 |
