[linux-tools] 02/08: Refresh lockdep-fix-soname.patch to apply on top of lockdep-fix-oot-build.patch
    debian-kernel at lists.debian.org 
    debian-kernel at lists.debian.org
       
    Fri Aug 14 13:06:13 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux-tools.
commit f9ff7ea6b2e3600ac9d63bd11a36335041db5b86
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Aug 14 14:30:34 2015 +0200
    Refresh lockdep-fix-soname.patch to apply on top of lockdep-fix-oot-build.patch
---
 debian/patches/lockdep-fix-soname.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/lockdep-fix-soname.patch b/debian/patches/lockdep-fix-soname.patch
index dab83d6..0eea891 100644
--- a/debian/patches/lockdep-fix-soname.patch
+++ b/debian/patches/lockdep-fix-soname.patch
@@ -4,7 +4,7 @@
  
  do_compile_shared_library =			\
  	($(print_shared_lib_compile)		\
--	$(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$(@F)"';$(shell ln -s $(@F) $(@D)liblockdep.so))
+-	$(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$(@F)"';$(shell ln -s $(@F) $(@D)/liblockdep.so))
 +	$(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -s $(@F) $(@D)/liblockdep.so))
  
  do_build_static_lib =				\
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git
    
    
More information about the Kernel-svn-changes
mailing list