File: 1001-dont_run_ldconfig.patch

package info (click to toggle)
flowcanvas 0.7.1%2Bdfsg0-0.4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 964 kB
  • ctags: 1,754
  • sloc: python: 11,118; cpp: 3,414; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Don't run ldconfig once the build is finished in order
 to save a bit of time.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: not-needed
---
 wscript |    1 -
 1 file changed, 1 deletion(-)

--- flowcanvas-0.7.1.orig/wscript
+++ flowcanvas-0.7.1/wscript
@@ -86,4 +86,3 @@ def build(bld):
 	# Documentation
 	autowaf.build_dox(bld, 'FLOWCANVAS', FLOWCANVAS_VERSION, top, out)
 
-	bld.add_post_fun(autowaf.run_ldconfig)