Closed
Bug 73096
Opened 24 years ago
Closed 24 years ago
make LDAP C SDK build correctly on AIX
Categories
(Directory Graveyard :: LDAP C SDK, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dmosedale, Assigned: dmosedale)
References
Details
Attachments
(1 file)
|
1.07 KB,
patch
|
Details | Diff | Splinter Review |
Patch from Jim Dunn <jdunn@netscape.com> to follow.
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
r=dmose@netscape.com, which means that it looks reasonable to me, and doesn't
break my linux compile. i don't actually have a detailed understanding of AIX
linkage options. cls, can I have sr= to check this in?
| Assignee | ||
Comment 4•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Component: LDAP XPCOM SDK → LDAP C SDK
Resolution: --- → FIXED
Summary: make --enable-ldap build correctly on AIX → make LDAP C SDK build correctly on AIX
| Assignee | ||
Comment 5•24 years ago
|
||
The fix was checked in on the LDAP C SDK branch only.
| Assignee | ||
Comment 6•24 years ago
|
||
Doh! I meant to type LDAPCSDK_40_BRANCH.
Comment 7•24 years ago
|
||
That one's actually pretty simple, Dan. The issue was that the C-SDK was built
with the _THREAD_SAFE defines value (correct), but wasn't linked with the
thread-safe C library (doh!). jd's changes fixed that.
You need to log in
before you can comment on or make changes to this bug.
Description
•