To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=48756 Issue #:|48756 Summary:|ldap libs aren't linked in properly on freebsd-4 Component:|tools Version:|680m95 Platform:|PC URL:| OS/Version:|FreeBSD Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|mh Reported by:|yury_t
------- Additional comments from [EMAIL PROTECTED] Thu May 5 01:49:06 -0700 2005 ------- That's how it could be took care of. More of a hack, really, not a correct way to address this, of course. --- ooo_SRC680_m95_src/extensions/source/config/ldap/makefile.mk.prev Wed Apr 13 04:25:02 2005 +++ ooo_SRC680_m95_src/extensions/source/config/ldap/makefile.mk Tue Apr 26 19:38:14 2005 @@ -122,7 +122,7 @@ SHL1STDLIBS+=-lcompat # workaround for FreeBSD, which needs -llber50, too .IF "$(WITH_OPENLDAP)" != "YES" -SHL1STDLIBS+=-llber50 +SHL1STDLIBS+=-Wl,-Bstatic -llber50 .ENDIF .ENDIF --------------------------------------------------------------------- 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]
