configury: don't hack the hardening flags into ltmain.sh

Resolves: rhbz#1214506
Version: 2.4.6-4
This commit is contained in:
Pavel Raiskup 2015-04-25 01:00:00 +02:00
parent 31f0f3a016
commit 6454525449
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
Version: 2.4.6
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
URL: http://www.gnu.org/software/libtool/
Group: Development/Tools
@ -93,6 +93,9 @@ export CXX=g++
export F77=gfortran
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
# rhbz#1214506
%global _configure_libtool_hardening_hack 0
%configure --prefix=%{_prefix} \
--exec-prefix=%{_prefix} \
--bindir=%{_bindir} \
@ -168,6 +171,9 @@ fi
%changelog
* Sat Apr 25 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-4
- don't hack the hardening flag into pre-built libtool
* Thu Apr 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.4.6-3
- rebuilt for gcc 5.1.1