]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added arc4 as optional feature to bash.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 14 May 2009 19:18:50 +0000 (21:18 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 14 May 2009 19:18:50 +0000 (21:18 +0200)
lfs/bash

index 7b2c3489ffb668fef150ef4b8f3860010185f791..edd7e2f7421c97dcf5747ba0a03e11c5ec805595 100644 (file)
--- 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 \