projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a0e3ad
)
sudo: don't build with MIPS16
author
Rosen Penev
<rosenp@gmail.com>
Sat, 9 Jul 2022 05:17:03 +0000
(22:17 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Thu, 14 Jul 2022 21:13:02 +0000
(14:13 -0700)
GCC12 doesn't implement some security flags used by sudo.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
admin/sudo/Makefile
patch
|
blob
|
history
diff --git
a/admin/sudo/Makefile
b/admin/sudo/Makefile
index 22445c9ef1dbcff68f7525046242e7f19f00ea14..3c3f425eb91ae27ae5004da7b32d7dc813a906be 100644
(file)
--- a/
admin/sudo/Makefile
+++ b/
admin/sudo/Makefile
@@
-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