From: Florian Fainelli Date: Sun, 30 Dec 2007 03:54:31 +0000 (+0000) Subject: Fix bash compilation X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=ec47ff06f25538bce8188646fda1e73a94541a91;hp=3c6484779de9264f782e789260ae3fbe50ac42e3 Fix bash compilation SVN-Revision: 10046 --- 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