summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-12-08 22:51:18 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-12-08 22:51:18 +0100
commit736c30d4452917813b693b9cc156ef1e80429721 (patch)
tree23c2df4d2e77f989134e0bb45021d9488586615a
parent0339b76b4c2f169869ebfc84312dd2ac10a8c5d4 (diff)
downloadlibtool-736c30d4452917813b693b9cc156ef1e80429721.tar.gz
libtool-736c30d4452917813b693b9cc156ef1e80429721.tar.xz
libtool-736c30d4452917813b693b9cc156ef1e80429721.zip
spec: disable hardening
Version: 2.4.6-8 Resolves: rhbz#1289759
-rw-r--r--libtool.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/libtool.spec b/libtool.spec
index 0a5087d..414e5fb 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -1,3 +1,6 @@
+# See the bug #1289759
+%undefine _hardened_build
+
# See the bug #429880
%global gcc_version %(gcc -dumpversion || echo "666")
@@ -6,7 +9,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
Version: 2.4.6
-Release: 7%{?dist}
+Release: 8%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
URL: http://www.gnu.org/software/libtool/
Group: Development/Tools
@@ -171,6 +174,9 @@ fi
%changelog
+* Tue Dec 08 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-8
+- disable hardening (#1289759)
+
* Tue Dec 08 2015 Kalev Lember <klember@redhat.com> - 2.4.6-7
- Rebuilt for gcc 5.3.1