Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37778370
en ru br
ALT Linux repos
S:44.2-alt1

Group :: Development/Tools
RPM: ghex

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ghex-3.7.90-alt-lfs.patch
Download


--- a/configure.ac~	2013-02-19 19:06:03.000000000 +0400
+++ b/configure.ac	2013-02-24 20:36:22.359654649 +0400
@@ -23,6 +23,9 @@
 # Check for typedefs, structures, and compiler characteristics.
 AC_TYPE_SIZE_T
 
+# check for large file support
+AC_SYS_LARGEFILE
+
 # Check for library functions.
 AC_CHECK_FUNCS([pow strstr strtoul])
 
--- a/config.h.in~	2013-02-19 19:10:08.000000000 +0400
+++ b/config.h.in	2013-02-24 20:36:46.000000000 +0400
@@ -101,5 +101,11 @@
 /* Version number of package */
 #undef VERSION
 
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
 /* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin