[Buildroot] [git commit] package/lighttpd: drop autoreconf

Peter Korsgaard peter at korsgaard.com
Mon Dec 6 18:13:48 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=e72a25c33e2f1607499a43e6ccdb2f184c224871
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

LIGHTTPD_AUTORECONF=YES was added on master, but the package was changed to
build with meson on next, so this doesn't do anything any more.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/lighttpd/lighttpd.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk
index e7a33e1a1d..7ca71e356a 100644
--- a/package/lighttpd/lighttpd.mk
+++ b/package/lighttpd/lighttpd.mk
@@ -12,8 +12,6 @@ LIGHTTPD_LICENSE = BSD-3-Clause
 LIGHTTPD_LICENSE_FILES = COPYING
 LIGHTTPD_CPE_ID_VENDOR = lighttpd
 LIGHTTPD_DEPENDENCIES = host-pkgconf
-# Issue in configure script provided in tarball
-LIGHTTPD_AUTORECONF = YES
 LIGHTTPD_CONF_OPTS = \
 	-Dwith_brotli=false \
 	-Dwith_dbi=false \



More information about the buildroot mailing list