]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Swap position of patch command in lfs/libxslt.
authorStefan Schantl <Stevee@ipfire.org>
Sat, 16 May 2009 10:10:44 +0000 (12:10 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sat, 16 May 2009 10:10:44 +0000 (12:10 +0200)
lfs/libxslt

index 9b8727d614b3f9f77090bdc177aa6e60cfd27a52..d19e671132b8e78cb9146c38b89dd0d0fe5962eb 100644 (file)
@@ -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)