]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Precompile python modules in pyblock.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Mar 2009 20:18:32 +0000 (21:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Mar 2009 20:18:32 +0000 (21:18 +0100)
lfs/python-pyblock

index f96ce1fce43f77210b465d919913a8365bc3923f..dea7235e7a0f8156d6c86842c5363aa66ae5f095 100644 (file)
@@ -76,5 +76,6 @@ $(OBJECT): $(objects)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && sed -e "s/-Werror//g" -i Makefile
        cd $(DIR_APP) && make install USESELINUX=0
+       $(PYTHON_COMPILE)
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)