mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user