From: Michael Tremer Date: Sat, 16 May 2009 09:45:28 +0000 (+0200) Subject: Fixed strip option of the libxslt patch. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34e2b814256f94aafa23d92345c460919b17cc9b;p=ipfire-3.x.git Fixed strip option of the libxslt patch. --- diff --git a/lfs/libxslt b/lfs/libxslt index 01148c716..9b8727d61 100644 --- a/lfs/libxslt +++ b/lfs/libxslt @@ -85,7 +85,7 @@ $(OBJECT): $(objects) --disable-static # This Patch fixes CVE-2008-2935 - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-CVE-2008-2935.patch + cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP)-CVE-2008-2935.patch cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install