File: no_dump_modules.patch

package info (click to toggle)
pike8.0 8.0.702-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 79,608 kB
  • sloc: ansic: 266,508; xml: 186,324; makefile: 3,537; sh: 1,731; cpp: 1,328; lisp: 655; awk: 441; asm: 242; objc: 240; pascal: 157; perl: 34; sed: 34
file content (13 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Magnus Holmgren <holmgren@debian.org>
Description: Make install.pike not dump modules; we do that in postinst

--- a/bin/install.pike
+++ b/bin/install.pike
@@ -2993,7 +2993,6 @@ the PRIVATE_CRT stuff in install.pike.\n
   {
     do_export();
   }else{
-    dump_modules();
 
     // Delete any .pmod files that would shadow the .so
     // files that we just installed. For a new installation