For whatever reason fltk thinks it's spelled DSOFLAGS not LDFLAGS, so set

that when building so hardening takes effect
This commit is contained in:
Adam Jackson 2015-08-17 13:01:40 -04:00
parent 88adacc5ce
commit be9af5ccb6

View File

@ -9,7 +9,7 @@
Summary: C++ user interface toolkit Summary: C++ user interface toolkit
Name: fltk Name: fltk
Version: 1.3.3 Version: 1.3.3
Release: 4%{?dist} Release: 5%{?dist}
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details # see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
License: LGPLv2+ with exceptions License: LGPLv2+ with exceptions
@ -109,7 +109,7 @@ export CXXFLAGS=""
--enable-xinerama \ --enable-xinerama \
--enable-xft --enable-xft
make %{?_smp_mflags} make %{?_smp_mflags} DSOFLAGS="$LDFLAGS"
%install %install
@ -198,6 +198,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
%changelog %changelog
* Mon Aug 17 2015 Adam Jackson <ajax@redhat.com> 1.3.3-5
- For whatever reason fltk thinks it's spelled DSOFLAGS not LDFLAGS, so set
that when building so hardening takes effect
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-4 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild