Issue 14552 - Mac OS X/644: curl only expects .so extension
Summary: Mac OS X/644: curl only expects .so extension
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: 644
Hardware: Other Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
: 14550 14551 (view as issue list)
Depends on:
Blocks: 11337
  Show dependency tree
 
Reported: 2003-05-16 20:38 UTC by fa
Modified: 2003-06-16 16:45 UTC (History)
1 user (show)

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


Attachments
cd curl, patch -p0 < /path/to/patchfile Allows curl to see .dylib extension as well. (465 bytes, patch)
2003-05-16 20:39 UTC, fa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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.