Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 69ffe81bde869af64902139a4333cccf > files > 1

dash-0.5.10.2-1.mga7.src.rpm

Index: dash-0.5.10.2/configure.ac
===================================================================
--- dash-0.5.10.2/configure.ac
+++ dash-0.5.10.2/configure.ac	2018-11-26 12:00:02.030779440 +0100
@@ -139,15 +139,15 @@
 fi
 
 dnl Check for stat64 (dietlibc/klibc).
-AC_CHECK_FUNC(stat64,, [
-	AC_DEFINE(fstat64, fstat, [64-bit operations are the same as 32-bit])
-	AC_DEFINE(lstat64, lstat, [64-bit operations are the same as 32-bit])
-	AC_DEFINE(stat64, stat, [64-bit operations are the same as 32-bit])
-])
+dnl AC_CHECK_FUNC(stat64,, [
+dnl	AC_DEFINE(fstat64, fstat, [64-bit operations are the same as 32-bit])
+dnl	AC_DEFINE(lstat64, lstat, [64-bit operations are the same as 32-bit])
+dnl	AC_DEFINE(stat64, stat, [64-bit operations are the same as 32-bit])
+dnl ])
 
-AC_CHECK_FUNC(open64,, [
-	AC_DEFINE(open64, open, [64-bit operations are the same as 32-bit])
-])
+dnl AC_CHECK_FUNC(open64,, [
+dnl	AC_DEFINE(open64, open, [64-bit operations are the same as 32-bit])
+dnl ])
 
 dnl Check if struct stat has st_mtim.
 AC_MSG_CHECKING(for stat::st_mtim)