Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > d055894ed74c66fde261e2a6ebc8b85a > files > 1

dash-0.5.11.2-1.mga8.src.rpm

--- dash-0.5.11.2/configure.ac.OR	2020-09-05 12:11:35.532865355 +0300
+++ dash-0.5.11.2/configure.ac	2020-09-05 12:11:54.301719965 +0300
@@ -140,20 +140,20 @@
 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 ])
 
 dnl OS X apparently has stat64 but not open64.
-AC_CHECK_FUNC(open64,, [
-	AC_DEFINE(open64, open, [64-bit operations are the same as 32-bit])
-	AC_DEFINE(readdir64, readdir,
-		  [64-bit operations are the same as 32-bit])
-	AC_DEFINE(dirent64, dirent,
-		  [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 	AC_DEFINE(readdir64, readdir,
+dnl 		  [64-bit operations are the same as 32-bit])
+dnl 	AC_DEFINE(dirent64, dirent,
+dnl 		  [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)