diff options
author | Marek Behún <kabel@blackhole.sk> | 2020-09-24 05:23:02 +0200 |
---|---|---|
committer | Marek Behún <kabel@blackhole.sk> | 2020-09-24 16:21:20 +0200 |
commit | 34db95a42e27c8d428865fb370a629edafec4bb1 (patch) | |
tree | 70d2c07d98fc6c72635919f88860277a5366994d /net/ola/patches/201-automake-fix.patch | |
parent | f4a0346f24b8a8bd08ea8fc2c54fdd1d4734302c (diff) |
ola: fix compilation of this package
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 <kabel@blackhole.sk>
Diffstat (limited to 'net/ola/patches/201-automake-fix.patch')
-rw-r--r-- | net/ola/patches/201-automake-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |