projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4950381
)
liblockdep: Remove double-quotes from soname
author
Ben Hutchings
<ben@decadent.org.uk>
Thu, 13 Aug 2015 18:48:12 +0000
(20:48 +0200)
committer
Ben Hutchings
<ben@decadent.org.uk>
Thu, 28 Sep 2017 17:27:56 +0000
(18:27 +0100)
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name lockdep-fix-soname.patch
tools/lib/lockdep/Makefile
patch
|
blob
|
history
diff --git
a/tools/lib/lockdep/Makefile
b/tools/lib/lockdep/Makefile
index c7ab6d5835a1814411a33b53eb448020b71c7f64..655f32a7d786e8e0d58fdd45ef8938ea1e90acdc 100644
(file)
--- a/
tools/lib/lockdep/Makefile
+++ b/
tools/lib/lockdep/Makefile
@@
-100,7
+100,7
@@
include $(srctree)/tools/build/Makefile.include
do_compile_shared_library = \
($(print_shared_lib_compile) \
- $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='
"$(@F)"
';$(shell ln -sf $(@F) $(@D)/liblockdep.so))
+ $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='
$(@F)
';$(shell ln -sf $(@F) $(@D)/liblockdep.so))
do_build_static_lib = \
($(print_static_lib_build) \