Related: #1535422 make build of run-time loadable modules work again
This commit is contained in:
parent
71407aafec
commit
024b7543ed
8
zsh.spec
8
zsh.spec
@ -1,7 +1,7 @@
|
||||
Summary: Powerful interactive shell
|
||||
Name: zsh
|
||||
Version: 5.4.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: MIT
|
||||
URL: http://zsh.sourceforge.net/
|
||||
# FIXME: use .xz once available
|
||||
@ -70,6 +70,9 @@ autoreconf -fiv
|
||||
sed -e 's|^\.NOTPARALLEL|#.NOTPARALLEL|' -i 'Config/defs.mk.in'
|
||||
|
||||
%build
|
||||
# make build of run-time loadable modules work again (#1535422)
|
||||
%undefine _strict_symbol_defs_build
|
||||
|
||||
# make loading of module's dependencies work again (#1277996)
|
||||
export LIBLDFLAGS='-z lazy'
|
||||
|
||||
@ -167,6 +170,9 @@ fi
|
||||
%doc Doc/*.html
|
||||
|
||||
%changelog
|
||||
* Mon Jan 22 2018 Kamil Dudka <kdudka@redhat.com> - 5.4.2-4
|
||||
- make build of run-time loadable modules work again (#1535422)
|
||||
|
||||
* Tue Jan 16 2018 Kamil Dudka <kdudka@redhat.com> - 5.4.2-3
|
||||
- rebuild against latest gdbm-devel (#1533176)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user