diff options
Diffstat (limited to 'debian/patches/solaris-shared.patch')
-rw-r--r-- | debian/patches/solaris-shared.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/solaris-shared.patch b/debian/patches/solaris-shared.patch index 47ab57a..111a978 100644 --- a/debian/patches/solaris-shared.patch +++ b/debian/patches/solaris-shared.patch @@ -1,10 +1,10 @@ -Index: zsh-new/configure.ac +Index: zsh/configure.ac =================================================================== ---- zsh-new.orig/configure.ac 2012-02-23 21:39:30.000000000 +0000 -+++ zsh-new/configure.ac 2012-05-31 23:01:56.935837293 +0000 -@@ -2689,7 +2689,8 @@ +--- zsh.orig/configure.ac 2014-01-05 22:24:59.000000000 +0400 ++++ zsh/configure.ac 2014-02-06 19:16:41.485449834 +0400 +@@ -2769,7 +2769,8 @@ + sunos*) DLLDFLAGS="${DLLDFLAGS=-assert nodefinitions}" ;; sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G $ldflags}" ;; - netbsd*) DLLDFLAGS="${DLLDFLAGS=${DLLDARG}-x -shared --whole-archive}" ;; aix*) DLLDFLAGS="${DLLDFLAGS=-G -bexpall -lc}" ;; - solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G}" ;; + solaris*) DLLDFLAGS="${DLLDFLAGS=-shared}" ;; @@ -12,7 +12,7 @@ Index: zsh-new/configure.ac darwin*) DLLDFLAGS="${DLLDFLAGS=-bundle -flat_namespace -undefined suppress}" ;; beos*|haiku*) DLLDFLAGS="${DLLDFLAGS=-nostart}" ;; openbsd*) -@@ -2827,7 +2828,6 @@ +@@ -2907,7 +2908,6 @@ if test "x$dynamic" = xyes; then zsh_SHARED_VARIABLE([environ], [char **]) |