* [Buildroot] [PATCH 1/1] package/log4cpp: force autoreconf
@ 2017-09-03 11:53 Bernd Kuhls
2017-09-03 12:46 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-09-03 11:53 UTC (permalink / raw)
To: buildroot
The upstream provided configure script produces a broken
log4cpp-1.1.3/log4cpp/include/log4cpp/config.h file with its custom
AC_CREATE_PREFIX_CONFIG_H m4 macro.
Running autoreconf fixes this problem.
Fixes
http://autobuild.buildroot.net/results/9be/9be23d91098d2f3724bb9535333fed8d27ef992a/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/log4cpp/log4cpp.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/log4cpp/log4cpp.mk b/package/log4cpp/log4cpp.mk
index aab05f22f..6d6de16d3 100644
--- a/package/log4cpp/log4cpp.mk
+++ b/package/log4cpp/log4cpp.mk
@@ -13,6 +13,8 @@ LOG4CPP_LICENSE = LGPL-2.1+
LOG4CPP_LICENSE_FILES = log4cpp/COPYING
LOG4CPP_INSTALL_STAGING = YES
LOG4CPP_CONF_OPTS = --enable-doxygen=no --enable-dot=no
+LOG4CPP_AUTORECONF = YES
+LOG4CPP_AUTORECONF_OPTS = -I m4
# The default <pkg>_CONFIG_SCRIPTS handling does not apply
define LOG4CPP_STAGING_CONFIG_SCRIPT_FIXUP
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/log4cpp: force autoreconf
2017-09-03 11:53 [Buildroot] [PATCH 1/1] package/log4cpp: force autoreconf Bernd Kuhls
@ 2017-09-03 12:46 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-09-03 12:46 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 3 Sep 2017 13:53:37 +0200, Bernd Kuhls wrote:
> The upstream provided configure script produces a broken
> log4cpp-1.1.3/log4cpp/include/log4cpp/config.h file with its custom
> AC_CREATE_PREFIX_CONFIG_H m4 macro.
> Running autoreconf fixes this problem.
>
> Fixes
> http://autobuild.buildroot.net/results/9be/9be23d91098d2f3724bb9535333fed8d27ef992a/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/log4cpp/log4cpp.mk | 2 ++
> 1 file changed, 2 insertions(+)
Applied to master, thanks. Could you report the bug upstream? Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-03 12:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-03 11:53 [Buildroot] [PATCH 1/1] package/log4cpp: force autoreconf Bernd Kuhls
2017-09-03 12:46 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox