From: Michael Tremer Date: Tue, 19 May 2009 17:57:10 +0000 (+0200) Subject: This patch doesn't work. Have to wait for a fix. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a683728554ab6e5ce2a05133f48aac9d12515b6;p=ipfire-3.x.git This patch doesn't work. Have to wait for a fix. --- diff --git a/lfs/glibc b/lfs/glibc index 47d228b2d..a9918ad88 100644 --- 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: