File: 1001-dont_run_ldconfig.patch

package info (click to toggle)
ganv 1.4.2~dfsg0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,276 kB
  • ctags: 2,655
  • sloc: python: 12,783; ansic: 5,830; cpp: 3,981; sh: 214; makefile: 29
file content (18 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Don't run ldconfig after calling the install target
 and save a bit of time.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: not-needed
---
 wscript |    1 -
 1 file changed, 1 deletion(-)

--- ganv.orig/wscript
+++ ganv/wscript
@@ -214,7 +214,6 @@
                 os.path.join('${DOCDIR}', 'ganv-0', 'html'),
                 bld.path.get_bld().ant_glob('doc-html/*'))
 
-    bld.add_post_fun(autowaf.run_ldconfig)
 
 def test(ctx):
     autowaf.pre_test(ctx, APPNAME)