]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
This patch doesn't work. Have to wait for a fix.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2009 17:57:10 +0000 (19:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2009 17:57:10 +0000 (19:57 +0200)
lfs/glibc

index 47d228b2d681c22f963ee25464e4e655e11e6d55..a9918ad88c59c52b315733faacd7a47b3a3d4d03 100644 (file)
--- a/lfs/glibc
+++ b/lfs/glibc
@@ -136,7 +136,7 @@ $(OBJECT): $(objects)
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-issetugid-1.patch
 
        # This patch resticts the environment, particularly with setuid programs:
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-sanitize_env.patch
+       #cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-sanitize_env.patch
 
        # This patch adds the strlcpy and strlcat functions and manual pages to Glibc.
        # A paper written about these functions is available here: