]> git.99rst.org Git - openwrt-packages.git/commit
sudo: drop 020-no-owner-change.patch for a make override
authorAlexandru Ardelean <redacted>
Sun, 9 Aug 2026 10:00:37 +0000 (13:00 +0300)
committerAlexandru Ardelean <redacted>
Mon, 10 Aug 2026 17:17:56 +0000 (20:17 +0300)
commitbfb4cce23ac9eff565d2bcd0fa57c6685326d5d9
treed2b75999be138c93f390089f94f481123df38cd1
parent3caf694947323cba3e2ddbe90752188a2ed43ab6
sudo: drop 020-no-owner-change.patch for a make override

The patch blanked INSTALL_OWNER in Makefile.in so the staged install does
not chown to install_uid/install_gid, which fails when building as an
unprivileged user. sudo already supports this: the top-level install rule
recurses with "INSTALL_OWNER=$(INSTALL_OWNER)" into every sub-make, and
sudo's own "package" target does "make install INSTALL_OWNER=" for exactly
this fakeroot case. Pass INSTALL_OWNER= via MAKE_INSTALL_FLAGS instead of
carrying a patch.

Signed-off-by: Alexandru Ardelean <redacted>
admin/sudo/Makefile
admin/sudo/patches/020-no-owner-change.patch [deleted file]
git clone https://git.99rst.org/PROJECT