Remove bizarre 12 year old libtool invocation workaround that prevented

hardened cflags working
This commit is contained in:
Adam Jackson 2015-08-14 12:32:44 -04:00
parent bbcc174807
commit fbf63493d3
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Access control list utilities Summary: Access control list utilities
Name: acl Name: acl
Version: 2.2.52 Version: 2.2.52
Release: 9%{?dist} Release: 10%{?dist}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gawk BuildRequires: gawk
BuildRequires: gettext BuildRequires: gettext
@ -68,7 +68,7 @@ defined in POSIX 1003.1e draft standard 17.
# sed -i 's/-O2/-O0/' libtool include/builddefs # sed -i 's/-O2/-O0/' libtool include/builddefs
# unset CFLAGS # unset CFLAGS
make %{?_smp_mflags} LIBTOOL="libtool --tag=CC" make %{?_smp_mflags}
%check %check
if ./setfacl/setfacl -m u:`id -u`:rwx .; then if ./setfacl/setfacl -m u:`id -u`:rwx .; then
@ -122,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
%{_libdir}/libacl.so.* %{_libdir}/libacl.so.*
%changelog %changelog
* Fri Aug 14 2015 Adam Jackson <ajax@redhat.com> 2.2.52-10
- Remove bizarre 12 year old libtool invocation workaround that prevented
hardened cflags working
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.52-9 * Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.52-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild