Issue 39957

Summary: patch permits correct delivery .dylib library in xmlsecurity Macos OS X SRC680 m67
Product: porting Reporter: eric.bachard
Component: codeAssignee: pavel
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 680m67   
Target Milestone: OOo 2.0   
Hardware: PowerPC (PPC)   
OS: Mac OS X, all   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 42382    
Attachments:
Description Flags
patch for correct .dylib delivery in xmlsecurity
none
new patch for *.so -> bin correction. Not sure it is usefull in xmlsecurity, but it is correct
none
new patch changing $ in * :-) Sorry... none

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.