From: Michael Tremer Date: Sun, 1 Mar 2009 20:18:32 +0000 (+0100) Subject: Precompile python modules in pyblock. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8b35ae7cb07e989cb34eb6ddced3a3c6815787;p=ipfire-3.x.git Precompile python modules in pyblock. --- diff --git a/lfs/python-pyblock b/lfs/python-pyblock index f96ce1fce..dea7235e7 100644 --- a/lfs/python-pyblock +++ b/lfs/python-pyblock @@ -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)