Closed
Bug 1149478
Opened 10 years ago
Closed 2 years ago
Support AIX_SONAME=SVR4 make option.
Categories
(NSS :: Build, defect, P5)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: michael.haubenwallner, Unassigned)
References
Details
Attachments
(1 file)
2.45 KB,
patch
|
Details | Diff | Splinter Review |
Now with libtool providing support for filename-based shared library versioning on AIX, even without soname utilization by NSS it still makes sense for package managers on AIX to build NSS with the shared library format enabled that does support filename-based versioning.
More info for filename-based shared library versioning on AIX:
discussion: http://lists.gnu.org/archive/html/libtool/2011-01/msg00023.html
impl: http://lists.gnu.org/archive/html/libtool-patches/2014-11/msg00029.html
accept: http://lists.gnu.org/archive/html/libtool-patches/2014-12/msg00000.html
Reporter | ||
Comment 1•10 years ago
|
||
This is similar to bug#1142929 for NSPR.
Reporter | ||
Comment 2•10 years ago
|
||
Although compiler independent, this patch is based on the GCC support patch in bug#559805.
This feature requires support by PR_LoadLibrary(), NSPR bug#1142929.
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: S3 → S4
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Priority: -- → P5
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•