From 0c494b5f22da88bae860221f23b494e221a47e44 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 13 Mar 2022 11:37:36 +0100 Subject: [PATCH] Revert "package/ola: drop autoreconf" This reverts commit 66d348ae18c6e73d6ff9d935a241e55a65948be6 because for an unknown reason, the build fails if autoreconf is dropped: /home/buildroot/autobuild/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/i686-buildroot-linux-uclibc/9.3.0/../../../../i686-buildroot-linux-uclibc/bin/ld: warning: libolauartdmx.so.0, needed by olad/.libs/libolaserver.so, not found (try using -rpath or -rpath-link) /home/buildroot/autobuild/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/i686-buildroot-linux-uclibc/9.3.0/../../../../i686-buildroot-linux-uclibc/bin/ld: warning: libolaserverplugininterface.so.0, needed by olad/.libs/libolaserver.so, not found (try using -rpath or -rpath-link) Fixes: - http://autobuild.buildroot.org/results/f8164c69da0b9fa38081e8b785d8234f0f297ae1 Signed-off-by: Fabrice Fontaine 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 1874350784..5090076175 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 +OLA_AUTORECONF = YES # util-linux provides uuid lib OLA_DEPENDENCIES = protobuf util-linux host-bison host-flex host-ola