To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74749
Issue #|74749
Summary|path for libjpeg.so not set properly when using SUN jd
|k
Component|porting
Version|OOo 2.2 RC1
Platform|Opteron/x86_64
URL|
OS/Version|Linux
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|mh
Reported by|andyrtr
------- Additional comments from [EMAIL PROTECTED] Wed Feb 21 19:23:32 +0000
2007 -------
ArchLinux x86_64 non multilib has libjpeg in /usr/lib but the path is hard set
to /usr/lib64.
So I need to fix it using sed like this in my package script:
sed -i "s:lib64\/libjpeg.so:lib\/libjpeg.so:g"
$startdir/src/${OO_milestone}/solenv/inc/libs.mk
The path should be detected by runtime or be overwritable with a configure
switch.
---------------------------------------------------------------------
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]