summaryrefslogtreecommitdiff
path: root/devel/py-omniorb/files/patch-python3_dir.mk
blob: 2c528348b318c280b4443f525f77f67c32d52502 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- python3/dir.mk.orig	2022-01-18 19:50:00 UTC
+++ python3/dir.mk
@@ -24,7 +24,7 @@ export:: $(FILES)
             $(ExportFileToDir) \
           done; \
           cd $(PYLIBDIR); \
-	  $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
+	  $(PYTHON) -c "import compileall; compileall.compile_dir('.',0)"; \
 	 )
 
 ifdef INSTALLTARGET
@@ -34,6 +34,6 @@ install:: $(FILES)
             $(ExportFileToDir) \
           done; \
           cd $(INSTALLPYLIBDIR); \
-	  $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
+	  $(PYTHON) -c "import compileall; compileall.compile_dir('.',0)"; \
 	 )
 endif