From: florian Date: Sun, 30 Dec 2007 03:54:31 +0000 (+0000) Subject: Fix bash compilation X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b4fb5fa1736a031b8acab31712516d2f1a333116;p=packages.git Fix bash compilation git-svn-id: svn://svn.openwrt.org/openwrt/packages@10046 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/bash/Makefile b/utils/bash/Makefile index a9058e513..7588117eb 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