Fixing the build (new glibc) - 'gets' undeclared
This commit is contained in:
parent
381b6f40a7
commit
2fcd03c291
@ -47,8 +47,12 @@ commands.
|
|||||||
%patch3 -p1 -b .new
|
%patch3 -p1 -b .new
|
||||||
%patch4 -p1 -b .direntry
|
%patch4 -p1 -b .direntry
|
||||||
|
|
||||||
|
# fixing 'gets' undeclared
|
||||||
|
sed -i 's|.*(gets,.*||g' lib/stdio.in.h
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-linux-multiformat
|
%configure --enable-linux-multiformat
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -131,8 +135,9 @@ fi
|
|||||||
%{_infodir}/accounting.info.gz
|
%{_infodir}/accounting.info.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 27 2012 Jaromir Capik <jcapik@redhat.com> - 6.5.5-7
|
* Tue Aug 28 2012 Jaromir Capik <jcapik@redhat.com> - 6.5.5-7
|
||||||
- Migration to new systemd scriptlet macros
|
- Migration to new systemd scriptlet macros
|
||||||
|
- Fixing the build (new glibc) - 'gets' undeclared
|
||||||
|
|
||||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.5-6
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.5-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user