58 lines
2.4 KiB
Diff
58 lines
2.4 KiB
Diff
diff -uprN pax-3.4_raw/configure pax-3.4/configure
|
|
--- pax-3.4_raw/configure 2005-08-02 00:18:59.000000000 +0800
|
|
+++ pax-3.4/configure 2020-01-17 17:32:36.227099186 +0800
|
|
@@ -1707,7 +1707,7 @@ then
|
|
fi
|
|
fi
|
|
|
|
-EXTRA_CFLAGS="-Werror -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -DXTSTRINGDEFINES -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wmissing-format-attribute"
|
|
+EXTRA_CFLAGS="-W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -DXTSTRINGDEFINES -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wmissing-format-attribute"
|
|
|
|
ac_ext=c
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
diff -uprN pax-3.4_raw/configure.in pax-3.4/configure.in
|
|
--- pax-3.4_raw/configure.in 2005-08-02 00:18:32.000000000 +0800
|
|
+++ pax-3.4/configure.in 2020-01-17 17:32:36.227099186 +0800
|
|
@@ -15,7 +15,7 @@ then
|
|
fi
|
|
fi
|
|
|
|
-EXTRA_CFLAGS="-Werror -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -DXTSTRINGDEFINES -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wmissing-format-attribute"
|
|
+EXTRA_CFLAGS="-W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -DXTSTRINGDEFINES -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wmissing-format-attribute"
|
|
AC_SUBST(EXTRA_CFLAGS)
|
|
dnl Checks for programs.
|
|
AC_PROG_CC
|
|
diff -uprN pax-3.4_raw/src/cpio.c pax-3.4/src/cpio.c
|
|
--- pax-3.4_raw/src/cpio.c 2005-08-02 00:16:23.000000000 +0800
|
|
+++ pax-3.4/src/cpio.c 2020-01-17 17:32:36.227099186 +0800
|
|
@@ -37,6 +37,7 @@
|
|
#endif
|
|
|
|
#include <sys/types.h>
|
|
+#include <sys/sysmacros.h>
|
|
#include <sys/time.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/param.h>
|
|
diff -uprN pax-3.4_raw/src/gen_subs.c pax-3.4/src/gen_subs.c
|
|
--- pax-3.4_raw/src/gen_subs.c 2005-08-02 00:15:42.000000000 +0800
|
|
+++ pax-3.4/src/gen_subs.c 2020-01-17 17:32:36.227099186 +0800
|
|
@@ -38,6 +38,7 @@
|
|
#endif
|
|
|
|
#include <sys/types.h>
|
|
+#include <sys/sysmacros.h>
|
|
#include <sys/time.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/param.h>
|
|
diff -uprN pax-3.4_raw/src/tar.c pax-3.4/src/tar.c
|
|
--- pax-3.4_raw/src/tar.c 2005-08-02 00:17:58.000000000 +0800
|
|
+++ pax-3.4/src/tar.c 2020-01-17 17:32:36.227099186 +0800
|
|
@@ -38,6 +38,7 @@
|
|
#endif
|
|
|
|
#include <sys/types.h>
|
|
+#include <sys/sysmacros.h>
|
|
#include <sys/time.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/param.h>
|