[supermin] Remove --disable-largefile hack which is no longer needed with supermin 5.1.1.

Richard W.M. Jones rjones at fedoraproject.org
Sat Mar 1 09:59:34 UTC 2014


commit b9056b892962099ee26f7752efdf5079443f0827
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Mar 1 10:00:25 2014 +0000

    Remove --disable-largefile hack which is no longer needed with supermin 5.1.1.

 supermin.spec |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/supermin.spec b/supermin.spec
index 87d6ecf..198c01b 100644
--- a/supermin.spec
+++ b/supermin.spec
@@ -47,14 +47,7 @@ second when you need to boot one of them.
 
 
 %build
-# Use --disable-largefile to work around glibc bug:
-# https://sourceware.org/bugzilla/show_bug.cgi?id=15838
-# Eventually we will need to fix this properly.
-%configure \
-    --disable-network-tests \
-%ifarch %{ix86} %{arm}
-    --disable-largefile
-%endif
+%configure --disable-network-tests
 make
 
 


More information about the scm-commits mailing list