configury: don't hack the hardening flags into ltmain.sh
Resolves: rhbz#1214506 Version: 2.4.6-4
This commit is contained in:
parent
31f0f3a016
commit
6454525449
@ -6,7 +6,7 @@
|
|||||||
Summary: The GNU Portable Library Tool
|
Summary: The GNU Portable Library Tool
|
||||||
Name: libtool
|
Name: libtool
|
||||||
Version: 2.4.6
|
Version: 2.4.6
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+ and GFDL
|
License: GPLv2+ and LGPLv2+ and GFDL
|
||||||
URL: http://www.gnu.org/software/libtool/
|
URL: http://www.gnu.org/software/libtool/
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -93,6 +93,9 @@ export CXX=g++
|
|||||||
export F77=gfortran
|
export F77=gfortran
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||||
|
|
||||||
|
# rhbz#1214506
|
||||||
|
%global _configure_libtool_hardening_hack 0
|
||||||
|
|
||||||
%configure --prefix=%{_prefix} \
|
%configure --prefix=%{_prefix} \
|
||||||
--exec-prefix=%{_prefix} \
|
--exec-prefix=%{_prefix} \
|
||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
@ -168,6 +171,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.4.6-3
|
||||||
- rebuilt for gcc 5.1.1
|
- rebuilt for gcc 5.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user