[mbuffer] Drop autoconf for now

Paul Howarth pghmcfc at fedoraproject.org
Sun Aug 11 20:59:48 UTC 2013


commit 6d195ea547a767c0d4d19854c8d08d44ea9381a9
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Aug 11 21:57:54 2013 +0100

    Drop autoconf for now
    
    It shouldn't be needed, since the upstream configure script isn't
    being patched and it's created with autoconf 2.69, which has aarch64
    support.

 mbuffer.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mbuffer.spec b/mbuffer.spec
index a3d5f4f..d7deb09 100644
--- a/mbuffer.spec
+++ b/mbuffer.spec
@@ -20,7 +20,7 @@ throughput, memory-mapped file I/O for huge buffers, and multithreading.
 %setup -q
 
 %build
-autoconf
+#autoconf
 # suppress detection of MD5_Init functions if openssl-devel
 # is available on build system, let only mhash_init be
 # detected if the md5 hash feature is enabled


More information about the scm-commits mailing list