From 34db95a42e27c8d428865fb370a629edafec4bb1 Mon Sep 17 00:00:00 2001 From: Marek BehĂșn Date: Thu, 24 Sep 2020 05:23:02 +0200 Subject: ola: fix compilation of this package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This package does not currently compile. This is needed to do so that it compiles: - fix emptying CXX variable in configure script - fix automake not generating Makefile (remove doxygen definitions) - force gnu++11 by patch, does not work with configure variable Also because of changed API in libmicrohttpd: - fix HttpServer Moreover this package does not support --disable-slp configure option anymore, remove it. Signed-off-by: Marek BehĂșn --- net/ola/patches/201-automake-fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/ola/patches/201-automake-fix.patch (limited to 'net/ola/patches/201-automake-fix.patch') diff --git a/net/ola/patches/201-automake-fix.patch b/net/ola/patches/201-automake-fix.patch new file mode 100644 index 000000000..bb191d28b --- /dev/null +++ b/net/ola/patches/201-automake-fix.patch @@ -0,0 +1,11 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -12,8 +12,6 @@ AUX_DIST = $(auxdir)/inst + ACLOCAL = aclocal -I $(auxdir) + ACLOCAL_AMFLAGS = -I config + +-include aminclude.am +- + # When running distcheck we want to enable the Python modules. + AM_DISTCHECK_CONFIGURE_FLAGS = --enable-python-libs + -- cgit v1.2.3