From c3c7e03e2ad9908e91246260b90c2dba175c7e3c Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Wed, 23 Mar 2022 21:17:46 +0100 Subject: [PATCH] package/ola: add comment to AUTORECONF As explained in the previous commit, AUTORECONF is necessary to handle a build failure. Add a comment to make sure it doesn't get removed again in the future. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/ola/ola.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ola/ola.mk b/package/ola/ola.mk index 5090076175..557f454fe9 100644 --- a/package/ola/ola.mk +++ b/package/ola/ola.mk @@ -9,6 +9,7 @@ OLA_SITE = https://github.com/OpenLightingProject/ola/releases/download/$(OLA_VE OLA_LICENSE = LGPL-2.1+ (libola, libolacommon, Python bindings), GPL-2.0+ (libolaserver, olad, Python examples and tests) OLA_LICENSE_FILES = COPYING GPL LGPL LICENCE OLA_INSTALL_STAGING = YES +# Bundled Makefile.in don't link correctly, regenerate with recent automake OLA_AUTORECONF = YES # util-linux provides uuid lib