diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2007-05-22 16:58:04 -0400 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-05-23 01:58:07 +0000 |
commit | 7558f805261d86f66deccfa1e478406a0bb1a1ac (patch) | |
tree | 8a8829b1370f3e697f1954e96755382cda4e4573 /cygwin | |
parent | ad1ae84abdea7df2c0b38f3a50dee3f8de84e8f7 (diff) | |
download | perl-7558f805261d86f66deccfa1e478406a0bb1a1ac.tar.gz |
Forgotten Cygwin patch
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com>
p4raw-id: //depot/perl@31258
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/perlld.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cygwin/perlld.in b/cygwin/perlld.in index 557d7d1eb4..85dc2632d8 100644 --- a/cygwin/perlld.in +++ b/cygwin/perlld.in @@ -64,6 +64,7 @@ if ($args !~ /\-o (\S+)/) { $command .=" -Wl,--out-implib=$libname.dll$LIB_EXT" if $LIB_EXT; $command .=" -Wl,--export-all-symbols" if $EXPORT_ALL; $command .=" -Wl,--enable-auto-import -Wl,--stack,8388608"; # always + $command .=" -Wl,--enable-auto-image-base"; # always # other args are passed through shellexec("$command \\\n$args\n"); |