From: Andre Heider Date: Thu, 23 Mar 2023 08:49:33 +0000 (+0100) Subject: kamailio: refactor to use PKG_BUILD_FLAGS:=no-mips16 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7681ad21d85dd6ee4dbca6c66e5ed3efc1a272b1;p=feed%2Ftelephony.git kamailio: refactor to use PKG_BUILD_FLAGS:=no-mips16 See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider --- diff --git a/net/kamailio/Makefile b/net/kamailio/Makefile index 42273dc..fd2f85b 100644 --- a/net/kamailio/Makefile +++ b/net/kamailio/Makefile @@ -15,7 +15,7 @@ PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_URL:=https://www.kamailio.org/pub/kamailio/$(PKG_VERSION)/src PKG_SOURCE:=kamailio-$(PKG_VERSION)_src.tar.gz PKG_HASH:=ea3cd5d688c34208b92072c3844c8276b693e0ca2c688168ea0357978c76b32d -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING