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