diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-02-06 20:05:39 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-02-06 20:05:39 +0400 |
commit | a2de958c0dc8236d0fd71557fd54a681ec725dac (patch) | |
tree | 34c2f6dbea8b0fd1b89b85f5b63426d695d19900 /debian/patches/solaris-shared.patch | |
parent | f4eae5a92bd43056b210ddc6abe9e6ded41cb1a7 (diff) | |
download | zsh-dyson/5.0.5-1+dyson1.tar.gz |
zsh (5.0.5-1+dyson1) unstable; urgency=mediumHEADdyson/5.0.5-1+dyson1master
* New upstream release
* Removed run-help.patch (use sed as in Debian)
* Added replace-texi2html-with-makeinfo (Debian)
* Refreshed solaris-shared.patch
* Updated build dependencies
* Set VCS fields to point to Dyson
* Updated invocation of helpfiles in d/rules
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 **]) |