projects
/
trafficserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f479194
)
Force python3 usage, add libfakeroot-sysv to blacklist
author
Jean Baptiste Favre
<debian@jbfavre.org>
Tue, 3 Mar 2020 08:06:18 +0000
(08:06 +0000)
committer
Jean Baptiste Favre
<debian@jbfavre.org>
Tue, 3 Mar 2020 08:06:18 +0000
(08:06 +0000)
Origin: other
Last-Update: 2018-09-24
Last-Update: 2018-09-24
Gbp-Pq: Name 0008-fix-python-check-unused-dependencies.patch
tools/check-unused-dependencies
patch
|
blob
|
history
diff --git
a/tools/check-unused-dependencies
b/tools/check-unused-dependencies
index 45ee526288284b7107e182a87afe3a6980441737..475bdaa8f026c87114061ae0474e4dffac6c3afe 100755
(executable)
--- a/
tools/check-unused-dependencies
+++ b/
tools/check-unused-dependencies
@@
-53,7
+53,8
@@
def get_dependencies(program):
'libdl.so.', # Because we add -ldl to LIBS
'libgcc_s.so.',
'libm.so.', # Why does Libtool call ld with -lm?
- 'libpthread.so.' # Because we add -lpthread to LIBS
+ 'libpthread.so.', # Because we add -lpthread to LIBS
+ 'libfakeroot-sysv.so'
])):
continue