]> git.pld-linux.org Git - packages/kernel-tools.git/blob - kernel-tools-perf-gtk2.patch
- added binutils2.35 patch (adjust Makefile for nm output change); release 3
[packages/kernel-tools.git] / kernel-tools-perf-gtk2.patch
1 gtk+2 uses glib APIs that are deprecated in 2.62.x
2 --- linux-5.3/tools/perf/Makefile.config.orig   2019-09-25 05:32:27.522918998 +0200
3 +++ linux-5.3/tools/perf/Makefile.config        2019-09-25 16:00:49.492003246 +0200
4 @@ -169,6 +169,7 @@
5  FEATURE_CHECK_CFLAGS-libzstd := $(LIBZSTD_CFLAGS)
6  FEATURE_CHECK_LDFLAGS-libzstd := $(LIBZSTD_LDFLAGS)
7  
8 +FEATURE_CHECK_CFLAGS-gtk2 := -Wno-deprecated-declarations
9  FEATURE_CHECK_CFLAGS-bpf = -I. -I$(srctree)/tools/include -I$(srctree)/tools/arch/$(SRCARCH)/include/uapi -I$(srctree)/tools/include/uapi
10  # include ARCH specific config
11  -include $(src-perf)/arch/$(SRCARCH)/Makefile
This page took 0.065704 seconds and 3 git commands to generate.