[Buildroot] [git commit] package/libunwind: drop autoreconf

Arnout Vandecappelle arnout at mind.be
Sun Mar 24 16:02:39 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=4eba5e002c1e71b1d8decba101f9b8f945a9cd3a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit 67d87bf7d255cd05f84fab3e3625e073b5bfccf8 forgot to drop autoreconf

Fixes: 67d87bf7d255cd05f84fab3e3625e073b5bfccf8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
---
 package/libunwind/libunwind.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/libunwind/libunwind.mk b/package/libunwind/libunwind.mk
index d7ddb8f179..15c4e4863f 100644
--- a/package/libunwind/libunwind.mk
+++ b/package/libunwind/libunwind.mk
@@ -10,7 +10,6 @@ LIBUNWIND_INSTALL_STAGING = YES
 LIBUNWIND_LICENSE_FILES = COPYING
 LIBUNWIND_LICENSE = MIT
 LIBUNWIND_CPE_ID_VALID = YES
-LIBUNWIND_AUTORECONF = YES
 
 LIBUNWIND_CONF_OPTS = \
 	--disable-tests \



More information about the buildroot mailing list