diff options
author | Wilfredo Sánchez <wsanchez@mit.edu> | 2001-07-27 13:01:49 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-29 16:52:52 +0000 |
commit | c1e7a127268fd33c42eb423123d2efcf9a239e68 (patch) | |
tree | 0240d3372e92c19708d8586d4a8ff607cab5bbcf /Makefile.SH | |
parent | b6cc0f4ce638d6a26c44f9c84ba48de88f60ed4e (diff) | |
download | perl-c1e7a127268fd33c42eb423123d2efcf9a239e68.tar.gz |
Set proper compatibility versions in core
Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
p4raw-id: //depot/perl@11479
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 340b736ecb..b6c30f96e2 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -45,9 +45,10 @@ true) ;; rhapsody*|darwin*) shrpldflags="${ldflags} -dynamiclib \ - -compatibility_version 1 \ + -compatibility_version \ + ${api_revision}.${api_version}.${api_subversion} \ -current_version \ - ${api_version}.${api_subversion} \ + ${revision}.${patchlevel}.${subversion} \ -install_name \$(shrpdir)/\$@" ;; cygwin*) |