do not remove -g from our CFLAGS

https://bugzilla.redhat.com/show_bug.cgi?id=1191706
This commit is contained in:
Ville Skyttä 2015-02-11 21:29:53 +02:00 committed by Kamil Dudka
parent 9e2abbc4b2
commit 795e0482a6

View File

@ -3,7 +3,7 @@
Summary: A text-based Web browser
Name: lynx
Version: 2.8.9
Release: 0.5.dev%{devrel}%{?dist}
Release: 0.6.dev%{devrel}%{?dist}
License: GPLv2
Group: Applications/Internet
Source: http://lynx.isc.org/current/lynx%{version}dev.%{devrel}.tar.bz2
@ -70,6 +70,7 @@ perl -pi -e 's,^STARTFILE:.*,STARTFILE:file:/usr/share/doc/HTML/en-US/index.html
--enable-charset-choice \
--enable-cgi-links \
--enable-cjk \
--enable-debug \
--enable-default-colors \
--enable-externs \
--enable-file-upload \
@ -122,6 +123,9 @@ EOF
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
%changelog
* Wed Feb 11 2015 Ville Skyttä <ville.skytta@iki.fi> - 2.8.9-0.6.dev4
- do not remove -g from our CFLAGS (#1191706)
* Wed Jan 28 2015 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.5.dev4
- update to the latest upstream pre-release
- drop a compiler wrapper no longer needed