From ec47ff06f25538bce8188646fda1e73a94541a91 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 30 Dec 2007 03:54:31 +0000 Subject: [PATCH] Fix bash compilation SVN-Revision: 10046 --- utils/bash/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/bash/Makefile b/utils/bash/Makefile index a9058e5132..7588117eb4 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -39,7 +39,9 @@ define Build/Configure $(call Build/Configure/Default, \ --disable-restricted \ --without-bash-malloc \ - --bindir=/bin \ + --bindir=/bin, \ + ac_cv_func_bcopy=yes \ + ac_cv_func_bzero=yes \ ) endef -- 2.30.2