diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-04 15:03:10 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-04 15:03:10 +0100 |
commit | 715498b1ee5072fda8a8f132bb80895d817f2bad (patch) | |
tree | db7e5ea21c72a41fe8b66fbc554c013b5798ac0b /package | |
parent | 7db6d46b165035a725911711e32f041fd1e6155c (diff) |
lttng-libust: needs autoreconf
The recently introduced
0002-doc-examples-Makefile.am-define-C-and-C-compilers-fo.patch touches
Makefile.am, so lttng-libust needs to be autoreconfed.
Fixes:
http://autobuild.buildroot.net/results/e917552ea1069da74c4e392556914d05c010a250/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/lttng-libust/lttng-libust.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/lttng-libust/lttng-libust.mk b/package/lttng-libust/lttng-libust.mk index 23cc74539..5667abb82 100644 --- a/package/lttng-libust/lttng-libust.mk +++ b/package/lttng-libust/lttng-libust.mk @@ -12,6 +12,8 @@ LTTNG_LIBUST_LICENSE_FILES = COPYING LTTNG_LIBUST_INSTALL_STAGING = YES LTTNG_LIBUST_DEPENDENCIES = liburcu util-linux LTTNG_LIBUST_CONF_OPTS += --disable-man-pages +# 0002-doc-examples-Makefile.am-define-C-and-C-compilers-fo.patch +LTTNG_LIBUST_AUTORECONF = YES ifeq ($(BR2_PACKAGE_PYTHON),y) LTTNG_LIBUST_DEPENDENCIES += python |