diff options
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/dhcp-forwarder/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/dhcp-forwarder/Makefile b/openwrt/package/dhcp-forwarder/Makefile index 0a86efcf2..a7cb9098a 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 \ |