do not remove -g from our CFLAGS
https://bugzilla.redhat.com/show_bug.cgi?id=1191706
This commit is contained in:
parent
9e2abbc4b2
commit
795e0482a6
@ -3,7 +3,7 @@
|
|||||||
Summary: A text-based Web browser
|
Summary: A text-based Web browser
|
||||||
Name: lynx
|
Name: lynx
|
||||||
Version: 2.8.9
|
Version: 2.8.9
|
||||||
Release: 0.5.dev%{devrel}%{?dist}
|
Release: 0.6.dev%{devrel}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://lynx.isc.org/current/lynx%{version}dev.%{devrel}.tar.bz2
|
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-charset-choice \
|
||||||
--enable-cgi-links \
|
--enable-cgi-links \
|
||||||
--enable-cjk \
|
--enable-cjk \
|
||||||
|
--enable-debug \
|
||||||
--enable-default-colors \
|
--enable-default-colors \
|
||||||
--enable-externs \
|
--enable-externs \
|
||||||
--enable-file-upload \
|
--enable-file-upload \
|
||||||
@ -122,6 +123,9 @@ EOF
|
|||||||
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
|
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 28 2015 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.5.dev4
|
||||||
- update to the latest upstream pre-release
|
- update to the latest upstream pre-release
|
||||||
- drop a compiler wrapper no longer needed
|
- drop a compiler wrapper no longer needed
|
||||||
|
Loading…
Reference in New Issue
Block a user