diff options
author | Tom Callaway <unknown> | 2007-02-22 06:39:02 -0800 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-03-09 19:47:15 +0000 |
commit | 4882b61547d81040dca6c16217df7f87642b227a (patch) | |
tree | 37624cb2d49325051a518000dd989755e95b0dd9 /Makefile.SH | |
parent | 452617c3f7a5f3708b2a912420c39479d85cb7e5 (diff) | |
download | perl-4882b61547d81040dca6c16217df7f87642b227a.tar.gz |
[perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so
From: Tom Callaway (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-28041-1172183942-1615.41587-75-0@perl.org>
p4raw-id: //depot/perl@30530
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 3ad0d4c732..76aa4d14d4 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -80,6 +80,9 @@ true) linklibperl="-L. -lperl" shrpldflags="$shrpldflags -Wl,--image-base,0x57000000" ;; + linux*) + shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib" + ;; aix*) shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp" case "$osvers" in |