X-Git-Url: https://git.tld-linux.org/?p=packages%2Fsystemtap.git;a=blobdiff_plain;f=systemtap-no-werror.patch;h=f88e2737557fb25750e91f0b2a9d0e83830de2de;hp=c5d94ffaff47bf7d5732464bd79b5208e13bc07d;hb=HEAD;hpb=fe033c33dfc1f83387ff75cd0cba2fedd3bc18c9 diff --git a/systemtap-no-werror.patch b/systemtap-no-werror.patch index c5d94ff..f88e273 100644 --- a/systemtap-no-werror.patch +++ b/systemtap-no-werror.patch @@ -1,6 +1,21 @@ ---- systemtap-3.0/configure.ac.orig 2016-04-05 20:34:37.752195113 +0200 -+++ systemtap-3.0/configure.ac 2016-04-05 20:44:11.672171031 +0200 -@@ -93,8 +93,8 @@ +diff -urNp -x '*.orig' systemtap-3.3.org/Makefile.am systemtap-3.3/Makefile.am +--- systemtap-3.3.org/Makefile.am 2023-12-31 20:30:07.434486586 +0100 ++++ systemtap-3.3/Makefile.am 2023-12-31 20:30:07.645489118 +0100 +@@ -17,8 +17,8 @@ AM_CPPFLAGS = -DBINDIR='"$(bindir)"' \ + -DPY3EXECDIR='"$(py3execdir)"' \ + -I$(srcdir)/includes -I$(builddir)/includes/sys + +-AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Wextra -Werror -Wunused -Wformat=2 -W +-AM_CXXFLAGS = -Wall -Wextra -Werror ++AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Wextra -Wunused -Wformat=2 -W ++AM_CXXFLAGS = -Wall -Wextra + + bin_SCRIPTS = stap-report + pkglibexec_SCRIPTS = stap-env +diff -urNp -x '*.orig' systemtap-3.3.org/configure.ac systemtap-3.3/configure.ac +--- systemtap-3.3.org/configure.ac 2023-12-31 20:30:07.436486610 +0100 ++++ systemtap-3.3/configure.ac 2023-12-31 20:30:07.645489118 +0100 +@@ -191,8 +191,8 @@ AC_ARG_ENABLE([ssp], AS_IF([test "x$enable_ssp" != xno],[ save_CFLAGS="$CFLAGS" save_CXXFLAGS="$CXXFLAGS" @@ -11,16 +26,3 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([int something ();])], [ AC_MSG_NOTICE([Compiling with gcc -fstack-protector-all et al.]) CFLAGS="$save_CFLAGS -fstack-protector-all -D_FORTIFY_SOURCE=2" ---- systemtap-3.0/Makefile.am.orig 2016-04-05 20:44:51.275502703 +0200 -+++ systemtap-3.0/Makefile.am 2016-04-05 20:51:00.125487222 +0200 -@@ -14,8 +14,8 @@ - -DLOCALEDIR='"$(localedir)"' \ - -I$(srcdir)/includes -I$(builddir)/includes/sys - --AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Wextra -Werror -Wunused -Wformat=2 -W --AM_CXXFLAGS = -Wall -Wextra -Werror -+AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Wextra -Wunused -Wformat=2 -W -+AM_CXXFLAGS = -Wall -Wextra - - bin_SCRIPTS = stap-report - pkglibexec_SCRIPTS = stap-env