From 87dd43a26bd6297fb7465ec48b93108281bd02be Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Mon, 27 Jun 2022 15:38:28 +0800 Subject: [PATCH] Don't run ldconfig after calling the install target and save a bit of time. Forwarded: David Robillard Gbp-Pq: Name 1001-dont_run_ldconfig.patch --- wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/wscript b/wscript index 225ea30..9ad4da9 100644 --- a/wscript +++ b/wscript @@ -440,7 +440,6 @@ def build(bld): bld.install_as( '${SYSCONFDIR}/bash_completion.d/lilv', 'utils/lilv.bash_completion') - bld.add_post_fun(autowaf.run_ldconfig) def test(tst): with tst.group('unit') as check: