https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245208 Resolves: bug 245208 Bug Description: adminutil: Solaris port for 1.1 Reviewed by: ??? Files: see diff - new file dummy.cpp Branch: HEADFix Description: There are several problems with building/running adminutil on Solaris. The biggest is that ICU introduces a dependency on C++. Solaris requires linking with the C++ libraries and that also requires using C++ to link as well. This means using the CXXLINK macro. However, automake will only generate this macro if it detects a C++ source file in Makefile.am. So, we have to introduce a dummy.cpp file to force automake to generate the CXXLINK macro, then use that to link the shared libraries.
Accept automake version 1.10 or later. Look for mozldap6 first, then mozldap. Platforms tested: Solaris 9 64bit Flag Day: no Doc impact: no https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=157558&action=diff
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