diff options
Diffstat (limited to 'perf-lib64.patch')
| -rw-r--r-- | perf-lib64.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/perf-lib64.patch b/perf-lib64.patch new file mode 100644 index 00000000..85790ba9 --- /dev/null +++ b/perf-lib64.patch @@ -0,0 +1,17 @@ +diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile +index 802cf54..7f30bfa 100644 +--- a/tools/perf/config/Makefile ++++ b/tools/perf/config/Makefile +@@ -621,8 +621,12 @@ endif + ifeq ($(IS_X86_64),1) + lib = lib64 + else ++ifdef MULTILIBDIR ++lib = $(MULTILIBDIR) ++else + lib = lib + endif ++endif + libdir = $(prefix)/$(lib) + + # Shell quote (do not use $(call) to accommodate ancient setups); |
