Issue 14552

Summary: Mac OS X/644: curl only expects .so extension
Product: porting Reporter: fa <dan>
Component: codeAssignee: Martin Hollmichel <nesshof>
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 644   
Target Milestone: OOo 1.1 RC   
Hardware: Other   
OS: Mac OS X, all   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 11337    
Attachments:
Description Flags
cd curl, patch -p0 < /path/to/patchfile Allows curl to see .dylib extension as well. none

Description fa 2003-05-16 20:38:38 UTC
The curl module makefile.mk only expects the .so extension for shared libraries.  Attached patch 
uses $(DLLPOST) instead to allow for the Mac OS X .dylib extension.

Dan
Comment 1 fa 2003-05-16 20:39:41 UTC
Created attachment 6229 [details]
cd curl, patch -p0 < /path/to/patchfile   Allows curl to see .dylib extension as well.
Comment 2 fa 2003-05-16 20:53:59 UTC
Committed to cws_srx644_macosxmerge

Dan
Comment 3 Martin Hollmichel 2003-05-28 10:39:14 UTC
*** Issue 14550 has been marked as a duplicate of this issue. ***
Comment 4 Martin Hollmichel 2003-05-28 10:39:45 UTC
*** Issue 14551 has been marked as a duplicate of this issue. ***
Comment 5 Martin Hollmichel 2003-05-28 10:56:52 UTC
applied.
Comment 6 Martin Hollmichel 2003-05-28 10:59:06 UTC
verified.
Comment 7 Martin Hollmichel 2003-06-16 16:45:56 UTC
closed.