Resolves: #1277996 - make loading of module's dependencies work again

This commit is contained in:
Kamil Dudka 2015-11-05 14:17:21 +01:00
parent 01a2dcb2f4
commit b5cac6b431

View File

@ -3,7 +3,7 @@
Summary: Powerful interactive shell Summary: Powerful interactive shell
Name: zsh Name: zsh
Version: 5.1.1 Version: 5.1.1
Release: 2%{?dist} Release: 3%{?dist}
License: MIT License: MIT
URL: http://zsh.sourceforge.net/ URL: http://zsh.sourceforge.net/
Group: System Environment/Shells Group: System Environment/Shells
@ -65,8 +65,9 @@ This package contains the Zsh manual in html format.
cp -p %SOURCE7 . cp -p %SOURCE7 .
%build %build
# Avoid stripping... # make loading of module's dependencies work again (#1277996)
export LDFLAGS="" export LIBLDFLAGS='-z lazy'
%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp --enable-maildir-support %configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp --enable-maildir-support
make all html make all html
@ -163,6 +164,9 @@ fi
%doc Doc/*.html %doc Doc/*.html
%changelog %changelog
* Thu Nov 05 2015 Kamil Dudka <kdudka@redhat.com> - 5.1.1-3
- make loading of module's dependencies work again (#1277996)
* Thu Oct 08 2015 Kamil Dudka <kdudka@redhat.com> - 5.1.1-2 * Thu Oct 08 2015 Kamil Dudka <kdudka@redhat.com> - 5.1.1-2
- fix crash in ksh mode with -n and $HOME (#1269883) - fix crash in ksh mode with -n and $HOME (#1269883)