From 6454525449ebfbabd8e3e44d4283cccc35c3a7a0 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 25 Apr 2015 01:00:00 +0200 Subject: configury: don't hack the hardening flags into ltmain.sh Resolves: rhbz#1214506 Version: 2.4.6-4 --- libtool.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libtool.spec') diff --git a/libtool.spec b/libtool.spec index 201d451..725ded8 100644 --- a/libtool.spec +++ b/libtool.spec @@ -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 - 2.4.6-4 +- don't hack the hardening flag into pre-built libtool + * Thu Apr 23 2015 Kalev Lember - 2.4.6-3 - rebuilt for gcc 5.1.1 -- cgit