Issue 39957 - patch permits correct delivery .dylib library in xmlsecurity Macos OS X SRC680 m67
Summary: patch permits correct delivery .dylib library in xmlsecurity Macos OS X SRC68...
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: 680m67
Hardware: PowerPC (PPC) Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: pavel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 42382
  Show dependency tree
 
Reported: 2005-01-05 13:08 UTC by eric.bachard
Modified: 2005-04-10 20:56 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch for correct .dylib delivery in xmlsecurity (363 bytes, patch)
2005-01-05 13:09 UTC, eric.bachard
no flags Details | Diff
new patch for *.so -> bin correction. Not sure it is usefull in xmlsecurity, but it is correct (464 bytes, patch)
2005-01-05 21:31 UTC, eric.bachard
no flags Details | Diff
new patch changing $ in * :-) Sorry... (464 bytes, patch)
2005-01-05 22:06 UTC, eric.bachard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description eric.bachard 2005-01-05 13:08:48 UTC
This simple patch permits a correct delivery of .dylib library in xmlsecurity
for Mac OSX build of SRC680_m67.
Comment 1 eric.bachard 2005-01-05 13:09:43 UTC
Created attachment 21097 [details]
patch for correct .dylib delivery in xmlsecurity
Comment 2 eric.bachard 2005-01-05 13:10:36 UTC
CC to Pavel Janik
Comment 3 pavel 2005-01-05 20:43:43 UTC
confirmed, I'll take over.
Comment 4 pavel 2005-01-05 21:08:23 UTC
ericb: why do you deliver

*.so -> bin

but

*.dylib -> lib

??
Comment 5 eric.bachard 2005-01-05 21:29:16 UTC
You're right,  deliver *so ->  bin is wrong 

This line doesn't matter for Mac OSX, but is wrong for other *nix like Linux,
for example.
I propose a new patch, changing :

*.so -> bin in   *.so -> lib

and add 

*.dylib -> lib



Comment 6 eric.bachard 2005-01-05 21:31:39 UTC
Created attachment 21117 [details]
new patch for *.so -> bin correction. Not sure it is usefull in xmlsecurity, but it is correct
Comment 7 eric.bachard 2005-01-05 22:06:16 UTC
Created attachment 21118 [details]
new patch changing $ in *  :-)  Sorry...
Comment 8 pavel 2005-02-10 21:55:59 UTC
.
Comment 9 pavel 2005-02-11 18:28:06 UTC
Fixed in macosx02.
Comment 10 pavel 2005-02-17 21:43:28 UTC
Verified.
Comment 11 pavel 2005-04-10 20:56:15 UTC
Closing.