From: mbm Date: Fri, 10 Feb 2006 18:59:05 +0000 (+0000) Subject: fix compile error (disable dietlibc) X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=inline;h=d3e81eb17473fdb2fb63fd7beb222f689d3887bf;p=openwrt-10.03%2F.git fix compile error (disable dietlibc) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3213 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/dhcp-forwarder/Makefile b/package/dhcp-forwarder/Makefile index 0a86efcf2..a7cb9098a 100644 --- a/package/dhcp-forwarder/Makefile +++ b/package/dhcp-forwarder/Makefile @@ -30,6 +30,7 @@ $(PKG_BUILD_DIR)/.configured: --program-prefix="" \ --program-suffix="" \ --prefix=/usr \ + --disable-dietlibc \ --exec-prefix=/usr \ --bindir=/usr/bin \ --datadir=/usr/share \