From: Stefan Schantl Date: Sat, 16 May 2009 10:10:44 +0000 (+0200) Subject: Swap position of patch command in lfs/libxslt. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f078788d584dabb95485032045d2b2dfa934ba10;p=ipfire-3.x.git Swap position of patch command in lfs/libxslt. --- diff --git a/lfs/libxslt b/lfs/libxslt index 9b8727d61..d19e67113 100644 --- a/lfs/libxslt +++ b/lfs/libxslt @@ -78,15 +78,15 @@ $(objects): $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) + + # This Patch fixes CVE-2008-2935 + cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP)-CVE-2008-2935.$ + cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \ --prefix=/usr \ --disable-static - - # This Patch fixes CVE-2008-2935 - cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP)-CVE-2008-2935.patch - cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install $(PYTHON_COMPILE)