From: Jean Baptiste Favre Date: Thu, 15 Jul 2021 19:48:17 +0000 (+0100) Subject: Force python3 usage, add libfakeroot-sysv to blacklist X-Git-Tag: archive/raspbian/8.1.1+ds-1.1+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8f7df948a5908e156331a1c9e4f57c56b5f7a066;p=trafficserver.git Force python3 usage, add libfakeroot-sysv to blacklist Origin: other Last-Update: 2018-09-24 Last-Update: 2018-09-24 Gbp-Pq: Name 0008-fix-python-check-unused-dependencies.patch --- diff --git a/tools/check-unused-dependencies b/tools/check-unused-dependencies index 45ee5262..475bdaa8 100755 --- 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