summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libtool.spec8
1 files changed, 7 insertions, 1 deletions
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 <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