]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed Directory of Patchfile in lfs/portmap, lfs/udev
authorStefan Schantl <Stevee@ipfire.org>
Sun, 3 May 2009 08:56:09 +0000 (10:56 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sun, 3 May 2009 08:56:09 +0000 (10:56 +0200)
lfs/portmap
lfs/udev

index 53c25cb688518d0ab31b9892f4b2e261649dd017..b048c462579e165525d45de9d12d834ca2dee3d0 100644 (file)
@@ -84,7 +84,7 @@ $(OBJECT): $(objects)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
        
        #Patch to allow compile without tcp-wrappers
-       cd $(DIR_APP) && patch -Np1 -i portmap-6.0-tcpd.patch
+       cd $(DIR_PATCHES) && patch -Np1 -i portmap-6.0-tcpd.patch
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
index af563395823a958708a11762e0e978925be2c56a..10793ec7504ff8cc656258287fdf4d4a5d04db79 100644 (file)
--- a/lfs/udev
+++ b/lfs/udev
@@ -95,7 +95,7 @@ $(OBJECT): $(objects)
                        --sysconfdir=/etc
 
        #This patch fixes a local privilege escalation in udev.( CVE-2009-1186 )
-       cd $(DIR_APP) && patch -Np1 -i udev-CVE-2009-1186.patch
+       cd $(DIR_PATCHES) && patch -Np1 -i udev-CVE-2009-1186.patch
 
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install