Ai
124 Star 1 Fork 10

src-openEuler/pax
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pax-disable_Werror_option.patch 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
gnaygnil 提交于 2020-02-18 09:45 +08:00 . Package init
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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/pax.git
git@gitee.com:src-openeuler/pax.git
src-openeuler
pax
pax
master

搜索帮助