projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b507f
)
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>
Wed, 16 Jul 2025 07:13:16 +0000
(09:13 +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 6946f62a2265caca6c7702e6ade0e61fabe81a06..6898206af4c6c4c39cd1b4a08262ff31bd821022 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