From b9056b892962099ee26f7752efdf5079443f0827 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 1 Mar 2014 10:00:25 +0000 Subject: [PATCH] Remove --disable-largefile hack which is no longer needed with supermin 5.1.1. --- supermin.spec | 9 +-------- 1 file changed, 1 insertion(+), 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