To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=45510 Issue #:|45510 Summary:|MacOS X: libxmlsec and libxmlsec1.dylib Component:|porting Version:|current Platform:|All URL:| OS/Version:|Mac OS X Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|mmi Reported by:|pjanik
------- Additional comments from [EMAIL PROTECTED] Sat Mar 19 13:31:24 -0800 2005 ------- Hi, the following is needed to get libxmlsec1.dylib and libxmlsec1-nss.dylib copied to unxmacxp.pro/lib/ and thus delivered: --- makefile.mk 12 bÅe 2005 12:41:51 +0100 1.2 +++ makefile.mk 19 bÅe 2005 22:25:44 +0100 @@ -115,7 +115,7 @@ OUTDIR2INC=include$/xmlsec .IF "$(OS)"=="MACOSX" -OUT2LIB+=src$/.libs$/libxmlsec1.*.dylib src$/nss$/.libs$/libxmlsec1-nss.*.dylib +OUT2LIB+=src$/.libs$/libxmlsec1.*dylib src$/nss$/.libs$/libxmlsec1-nss.*dylib .ELIF "$(OS)"=="WNT" OUT2LIB+=win32$/binaries$/*.lib OUT2BIN+=win32$/binaries$/*.dll Without this change, module xmlsecurity doesn't build (final link fails). --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]