From: Mike Baker Date: Fri, 10 Feb 2006 18:59:05 +0000 (+0000) Subject: fix compile error (disable dietlibc) X-Git-Tag: reboot~31105 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9022e070ab034e3765c8138b0990a321229ef5e4;hp=87414e3806bdb444b351a03c6b1d4602fa9b34be;p=oweals%2Fopenwrt.git fix compile error (disable dietlibc) SVN-Revision: 3213 --- diff --git a/openwrt/package/dhcp-forwarder/Makefile b/openwrt/package/dhcp-forwarder/Makefile index 0a86efcf25..a7cb9098aa 100644 --- a/openwrt/package/dhcp-forwarder/Makefile +++ b/openwrt/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 \