]> Git Repo - buildroot-mgba.git/commitdiff
package/sudo: drop unneeded autoreconf
authorPeter Korsgaard <[email protected]>
Wed, 27 Jan 2021 20:51:52 +0000 (21:51 +0100)
committerPeter Korsgaard <[email protected]>
Wed, 27 Jan 2021 20:59:31 +0000 (21:59 +0100)
Commit 4fea71ac785cc (package/sudo: security bump to version 1.9.5p2)
removed the patch, but forgot to remove the now unneeded autoreconf.  Fix
that.

Reported-by: Baruch Siach <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/sudo/sudo.mk

index 7a6320e7e41364ea37e82533853a5297ae33cc3a..ce18b9d96567b7216a30cc682c4876f3dd6dc09f 100644 (file)
@@ -11,8 +11,6 @@ SUDO_LICENSE_FILES = doc/LICENSE
 SUDO_CPE_ID_VALID = YES
 SUDO_CPE_ID_VERSION = 1.9.5
 SUDO_CPE_ID_VERSION_MINOR = p2
-# We're patching lib/eventlog/Makefile.in
-SUDO_AUTORECONF = YES
 # This is to avoid sudo's make install from chown()ing files which fails
 SUDO_INSTALL_TARGET_OPTS = INSTALL_OWNER="" DESTDIR="$(TARGET_DIR)" install
 SUDO_CONF_OPTS = \
This page took 0.034975 seconds and 4 git commands to generate.