Kill -warn-error.
This commit is contained in:
parent
c84e464c39
commit
3ec84f84ef
@ -50,6 +50,9 @@ This package contains the development files.
|
|||||||
# Remove version control files which might get copied into documentation.
|
# Remove version control files which might get copied into documentation.
|
||||||
find -name .gitignore -delete
|
find -name .gitignore -delete
|
||||||
|
|
||||||
|
# Kill -warn-error.
|
||||||
|
find -type f | xargs sed -i -e 's/-warn-error/-w/g'
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure
|
./configure
|
||||||
@ -110,6 +113,7 @@ install -m 0644 camltk/*.o $RPM_BUILD_ROOT%{_libdir}/ocaml/labltk
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 26 2018 Richard W.M. Jones <rjones@redhat.com> - 8.06.4-4
|
* Thu Apr 26 2018 Richard W.M. Jones <rjones@redhat.com> - 8.06.4-4
|
||||||
- OCaml 4.07.0-beta2 rebuild.
|
- OCaml 4.07.0-beta2 rebuild.
|
||||||
|
- Kill -warn-error.
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.06.4-3
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.06.4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user