Fix bash compilation
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Dec 2007 03:54:31 +0000 (03:54 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Dec 2007 03:54:31 +0000 (03:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10046 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/bash/Makefile

index a9058e5..7588117 100644 (file)
@@ -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