sudo: don't build with MIPS16
GCC12 doesn't implement some security flags used by sudo. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
9a0e3adbdd
commit
97e986e5ed
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ PKG_CPE_ID:=cpe:/a:todd_miller:sudo
|
|||
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_USE_MIPS16:=0
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue