projects
/
trafficserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06588e3
)
Force python3 usage, add libfakeroot-sysv to blacklist
author
Jean Baptiste Favre
<debian@jbfavre.org>
Sat, 30 Sep 2023 14:35:12 +0000
(15:35 +0100)
committer
Adrian Bunk
<bunk@debian.org>
Sat, 30 Sep 2023 14:35:12 +0000
(15:35 +0100)
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 2b4684b4556dec696a72b08dbdae462b76cfbdf9..c78ffb43484b5b0589081424e2b913d354affbd7 100755
(executable)
--- a/
tools/check-unused-dependencies
+++ b/
tools/check-unused-dependencies
@@
-54,7
+54,8
@@
def get_dependencies(program):
'libgcc_s.so.',
'libm.so.', # Why does Libtool call ld with -lm?
'libpthread.so.', # Because we add -lpthread to LIBS
- 'librt.so.' # clang + asan pulls this in
+ 'librt.so.', # clang + asan pulls this in
+ 'libfakeroot-sysv.so'
])):
continue