http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229095 Resolves: bug 229095Bug Description: The autotools build-system is not using libpthread properly. I attempted to test a build, and while the compile worked, ds_newinst-bin immediately core
dumped with an assertion from NSPR. Reviewed by: ??? Files: see diff Branch: HEADFix Description: According to the man page for pthread on HP-UX, we need to build with
"-D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE" when using libpthread. Wealso need to ensure that libpthread is linked to our programs before libc. I added AC_DEFINE macros as well as adding "-lpthread" to AM_LDFLAGS for the HP-UX build.
Platforms tested: HP-UX 11.23 ia64 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none http://bugzilla.redhat.com/bugzilla/attachment.cgi?id=148253
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- Fedora-directory-devel mailing list Fedora-directory-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-devel