You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/app-arch/rzip/files/rzip-2.1-configure-clang16....

14 lines
434 B

See also: https://bugzilla.redhat.com/show_bug.cgi?id=2144458
--- a/configure.in
+++ b/configure.in
@@ -36,7 +36,7 @@ AC_CACHE_CHECK([for large file support],rzip_cv_HAVE_LARGE_FILES,[
AC_TRY_RUN([
#include <stdio.h>
#include <sys/types.h>
-main() { return (sizeof(off_t) == 4); }],
+int main(void) { return (sizeof(off_t) == 4); }],
rzip_cv_HAVE_LARGE_FILES=yes,
rzip_cv_HAVE_LARGE_FILES=no,
rzip_cv_HAVE_LARGE_FILES=cross)])