From: Stefan Schantl Date: Wed, 13 May 2009 20:02:56 +0000 (+0200) Subject: Added arc4random patch to glibc to add this function. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f27ec38d1eb2c45bf43878dedcfd27ba94d3f60;p=ipfire-3.x.git Added arc4random patch to glibc to add this function. --- diff --git a/lfs/glibc b/lfs/glibc index 720fc80ae..0cf22c2f0 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -76,7 +76,8 @@ objects = $(DL_FILE) \ $(THISAPP)-res_randomid.patch \ $(THISAPP)-resolv_response_length.patch \ $(THISAPP)-undefine-__i686.patch \ - $(THISAPP)-d_tlsdec.patch + $(THISAPP)-d_tlsdec.patch \ + $(THISAPP)-arc4random.patch download: $(objects) @@ -188,6 +189,8 @@ $(OBJECT): $(objects) # Build nscd with -fstack-protector-all, instead of -fstack-protector: cd $(DIR_APP) && sed -e "s/fstack-protector/&-all/" -i nscd/Makefile + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-arc4random.patch + # We don't need to set -march=i?86 in confparams because GCC was built with # --with-arch=i?86. ifeq "$(MACHINE)" "i686"