To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=24253
------- Additional comments from [EMAIL PROTECTED] Fri Feb 4 04:50:23 -0800
2005 -------
A small patch to linkoo to fix this is:
--- solenv/bin/linkoo 23 Dec 2004 10:52:43 -0000 1.3
+++ solenv/bin/linkoo 4 Feb 2005 12:47:34 -0000
@@ -234,6 +236,16 @@
print "\n";
}
+sub fixup_evilness
+{
+ my $name = 'librecentfile.so';
+ my $src = "$OOO_BUILD/shell/$TARGET/lib/$name";
+ if (-f $src) {
+ print " link $name\n";
+ symlink $src, "$OOO_BUILD/sfx2/$TARGET/lib/$name";
+ }
+}
+
my $a;
my $usage = 0;
for $a (@ARGV) {
@@ -296,3 +308,5 @@
print $env $env_script;
close ($env);
}
+
+fixup_evilness();
---------------------------------------------------------------------
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]