From: Stefan Schantl Date: Thu, 14 May 2009 19:18:50 +0000 (+0200) Subject: Added arc4 as optional feature to bash. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57066d3dbfe6c22d1eed89e26383983f6b7f0b9;p=ipfire-3.x.git Added arc4 as optional feature to bash. --- diff --git a/lfs/bash b/lfs/bash index 7b2c3489f..edd7e2f74 100644 --- a/lfs/bash +++ b/lfs/bash @@ -61,7 +61,7 @@ endef objects = $(DL_FILE) \ $(THISAPP)-rng.patch \ $(THISAPP)-fixes-1.patch \ - #$(THISAPP)-arc4random-1.patch +# $(THISAPP)-arc4random-1.patch download: $(objects) @@ -120,7 +120,7 @@ endif ifeq "$(STAGE)" "base" cd $(DIR_APP) && sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/$(THISAPP)|" \ Makefile.in - #cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-arc4random-1.patch +# cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-arc4random-1.patch cd $(DIR_APP) && \ ac_cv_func_working_mktime=yes \ ./configure \