projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674bccc
)
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>
Sat, 26 Nov 2022 15:06:48 +0000
(15:06 +0000)
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 a598eb7b4f1cd2b3d585b9008f6ff346a81564ce..01fdcc9fb7d7c352aaa441712243040a257cf51a 100644
(file)
--- a/
tools/perf/Makefile.perf
+++ b/
tools/perf/Makefile.perf
@@
-785,7
+785,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