Skip to content

Commit

Permalink
Use -shared instead of -G on SunOS.
Browse files Browse the repository at this point in the history
Fixes 64-bit package.
  • Loading branch information
jperkin committed Feb 22, 2013
1 parent 19a5568 commit d8b9a69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shells/zsh/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.41 2013/01/03 15:37:23 ryoon Exp $
$NetBSD: distinfo,v 1.42 2013/02/22 13:40:30 jperkin Exp $

SHA1 (zsh-5.0.2.tar.bz2) = 9f55ecaaae7cdc1495f91237ba2ec087777a4ad9
RMD160 (zsh-5.0.2.tar.bz2) = eea2328a28e9f022ab9f49583622a9c3bd6114a7
Size (zsh-5.0.2.tar.bz2) = 3025767 bytes
SHA1 (patch-ac) = c69a2b8f643f1ef819dec5e738a4c7c0e3acece0
SHA1 (patch-ac) = dab5b2181f9a09d31cd20ef8e4b175401f323dc9
11 changes: 10 additions & 1 deletion shells/zsh/patches/patch-ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: patch-ac,v 1.27 2013/01/03 15:37:23 ryoon Exp $
$NetBSD: patch-ac,v 1.28 2013/02/22 13:40:30 jperkin Exp $

First chunk:
Add support for thread limits.
Expand Down Expand Up @@ -71,3 +71,12 @@ zsh-workers on 2012-08-16.
* )
DLLD="${DLLD=ld}"
DLLDARG=""
@@ -11659,7 +11699,7 @@ $as_echo "$zsh_cv_sys_elf" >&6; }
sunos*) DLLDFLAGS="${DLLDFLAGS=-assert nodefinitions}" ;;
sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G $ldflags}" ;;
aix*) DLLDFLAGS="${DLLDFLAGS=-G -bexpall -lc}" ;;
- solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G}" ;;
+ solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-shared}" ;;
darwin*) DLLDFLAGS="${DLLDFLAGS=-bundle -flat_namespace -undefined suppress}" ;;
beos*|haiku*) DLLDFLAGS="${DLLDFLAGS=-nostart}" ;;
openbsd*)

0 comments on commit d8b9a69

Please sign in to comment.