From: Michael Tremer Date: Tue, 16 Feb 2010 21:39:37 +0000 (+0100) Subject: python: Cannot delete expat. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e91aa00f6c0fad93896540fcd4b3e623302972b;p=ipfire-3.x.git python: Cannot delete expat. --- diff --git a/pkgs/core/python/python.nm b/pkgs/core/python/python.nm index 26aa94bb4..34eaf7559 100644 --- a/pkgs/core/python/python.nm +++ b/pkgs/core/python/python.nm @@ -52,9 +52,6 @@ PKG_TARBALL = $(THISAPP).tar.bz2 ############################################################################### define STAGE_PREPARE_CMDS - # Remove own copy of expat and use system's expat - cd $(DIR_APP) && rm -rf Modules/expat - cd $(DIR_APP) && autoreconf endef