From: Noah Meyerhans Date: Fri, 30 Sep 2016 03:32:49 +0000 (-0700) Subject: bind: Set PKG_USE_MIPS16:=0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=828a90ce26941a5b52ba0ec3548a6835c4e1722f;p=openwrt-packages.git bind: Set PKG_USE_MIPS16:=0 --- diff --git a/net/bind/Makefile b/net/bind/Makefile index ed21da877..e3bfb067d 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2006-2012 OpenWrt.org -# 2014 Noah Meyerhans +# 2014-2016 Noah Meyerhans # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -26,6 +26,7 @@ PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 PKG_INSTALL:=1 +PKG_USE_MIPS16:=0 PKG_CONFIG_DEPENDS := \ CONFIG_OPENSSL_WITH_EC \