Removed -Wl,--no-add-needed linker flag

This commit is contained in:
Nikos Mavrogiannopoulos 2015-03-19 13:27:35 +01:00
parent 3225335ff3
commit a5703fdf28
1 changed files with 1 additions and 2 deletions

View File

@ -146,8 +146,6 @@ sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spe
%build
export LDFLAGS="-Wl,--no-add-needed"
%configure --with-libtasn1-prefix=%{_prefix} \
--with-included-libcfg \
--disable-static \
@ -271,6 +269,7 @@ fi
%changelog
* Fri Mar 6 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.13-3
- Build with hardened flags
- Removed -Wl,--no-add-needed linker flag
* Fri Feb 27 2015 Till Maas <opensource@till.name> - 3.3.13-2
- Do not build with hardened flags