Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 148457 Details for
Bug 229428
ns-slapd not linking to C++ runtime on HP-UX
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed Fix
diffs.txt (text/plain), 846 bytes, created by
Nathan Kinder
on 2007-02-20 23:18:19 UTC
(
hide
)
Description:
Proposed Fix
Filename:
MIME Type:
Creator:
Nathan Kinder
Created:
2007-02-20 23:18:19 UTC
Size:
846 bytes
patch
obsolete
>Index: Makefile.am >=================================================================== >RCS file: /cvs/dirsec/ldapserver/Makefile.am,v >retrieving revision 1.27 >diff -u -5 -t -r1.27 Makefile.am >--- Makefile.am 19 Feb 2007 23:55:04 -0000 1.27 >+++ Makefile.am 20 Feb 2007 22:27:53 -0000 >@@ -908,10 +908,15 @@ > > ns_slapd_CPPFLAGS = $(AM_CPPFLAGS) @sasl_inc@ @ldapsdk_inc@ @nss_inc@ \ > @nspr_inc@ @svrcore_inc@ > ns_slapd_LDADD = libslapd.la libldaputil.a $(LDAPSDK_LINK) $(NSS_LINK) \ > $(NSPR_LINK) $(SASL_LINK) $(SVRCORE_LINK) $(LIBNSL) $(LIBSOCKET) >+# We need to link ns-slapd with the C++ compiler on HP-UX since we load >+# some C++ shared libraries (such as icu). >+if HPUX >+ns_slapd_LINK = $(CXXLINK) >+endif > > #------------------------ > # pwdhash > #------------------------ > pwdhash_bin_SOURCES = ldap/servers/slapd/tools/pwenc.c
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229428
: 148457 |
148612