projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c9e14
)
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>
Tue, 6 May 2025 19:33:52 +0000
(21:33 +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 6b883a05b2f5b5b955b716d85c04bf7882e11e46..0959da26ef9e5ab06f6aa3c33f0572f13b950272 100644
(file)
--- a/
tools/perf/Makefile.perf
+++ b/
tools/perf/Makefile.perf
@@
-927,7
+927,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