- fixed building on x86_64 (build with --disable-floppyd)

This commit is contained in:
Adam Tkac 2008-02-19 16:39:56 +00:00
parent bcd80ae6b7
commit 4f0916b3cd

View File

@ -1,7 +1,7 @@
Summary: Programs for accessing MS-DOS disks without mounting the disks Summary: Programs for accessing MS-DOS disks without mounting the disks
Name: mtools Name: mtools
Version: 3.9.11 Version: 3.9.11
Release: 3.1%{?dist} Release: 4%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2 Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
@ -32,7 +32,7 @@ Mtools should be installed if you need to use MS-DOS disks
%build %build
autoreconf -fiv autoreconf -fiv
%configure %configure --disable-floppyd
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -65,6 +65,9 @@ fi
%{_infodir}/* %{_infodir}/*
%changelog %changelog
* Tue Feb 19 2008 Adam Tkac <atkac redhat com> 3.9.11-4
- fixed building on x86_64 (build with --disable-floppyd)
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.9.11-3.1 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.9.11-3.1
- Autorebuild for GCC 4.3 - Autorebuild for GCC 4.3