projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79fac9
)
tools/perf: Fix missing LDFLAGS for some programs
author
Ben Hutchings
<benh@debian.org>
Sat, 15 Jan 2022 21:59:11 +0000
(22:59 +0100)
committer
Salvatore Bonaccorso
<carnil@debian.org>
Thu, 22 May 2025 18:32:07 +0000
(20:32 +0200)
Signed-off-by: Ben Hutchings <benh@debian.org>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name tools-perf-fix-missing-ldflags-for-some-programs.patch
tools/perf/Makefile.perf
patch
|
blob
|
history
diff --git
a/tools/perf/Makefile.perf
b/tools/perf/Makefile.perf
index ea98b061fb4d6bfb001f833b9691d78341e13d9f..65b4e7b187ebeac05ce297bccd88769b09b75863 100644
(file)
--- a/
tools/perf/Makefile.perf
+++ b/
tools/perf/Makefile.perf
@@
-794,7
+794,7
@@
$(OUTPUT)dlfilters/%.o: dlfilters/%.c include/perf/perf_dlfilter.h
.SECONDARY: $(DLFILTERS:.so=.o)
$(OUTPUT)dlfilters/%.so: $(OUTPUT)dlfilters/%.o
- $(QUIET_LINK)$(CC) $(EXTRA_CFLAGS) -shared -o $@ $<
+ $(QUIET_LINK)$(CC) $(EXTRA_CFLAGS)
$(LDFLAGS)
-shared -o $@ $<
ifndef NO_JVMTI
LIBJVMTI_IN := $(OUTPUT)jvmti/jvmti-in.o