diff --git a/zsh.changes b/zsh.changes index 6d53e6f..05ea696 100644 --- a/zsh.changes +++ b/zsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 5 15:51:37 UTC 2015 - idonmez@suse.com + +- Remove -Wl,-z,now it breaks module loading rh#1277996 + ------------------------------------------------------------------- Sat Sep 12 07:47:27 UTC 2015 - idonmez@suse.com diff --git a/zsh.spec b/zsh.spec index 21c252d..a63e975 100644 --- a/zsh.spec +++ b/zsh.spec @@ -113,6 +113,7 @@ perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \ Util/reporter %build + %configure \ --enable-fndir=%{_datadir}/%{name}/${version}/functions \ --enable-site-fndir=%{_datadir}/%{name}/site-functions \ @@ -124,7 +125,7 @@ perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \ --enable-pcre \ --with-term-lib="ncursesw" \ --enable-cflags="%{optflags} -fPIE -fstack-protector %(ncursesw6-config --cflags)" \ - --enable-ldflags="%(ncursesw6-config --libs) -pie -Wl,-z,relro,-z,now" + --enable-ldflags="%(ncursesw6-config --libs) -pie -Wl,-z,relro" # Copy _rpm completion from Redhat (bnc#900424) cp Completion/Redhat/Command/_rpm Completion/openSUSE/Command/_rpm