From a768f596ad999d4abc809952f1e4152b41096227 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 10 Sep 2020 21:18:46 +0200 Subject: [PATCH] - alsa-lib: update build --- make/target-libs.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/target-libs.mk b/make/target-libs.mk index c690e60d..cf0d428b 100644 --- a/make/target-libs.mk +++ b/make/target-libs.mk @@ -1286,6 +1286,7 @@ alsa-lib: $(ARCHIVE)/$(ALSA-LIB_SOURCE) $(UNTAR)/$(ALSA-LIB_SOURCE) $(CHDIR)/$(ALSA-LIB_TMP); \ $(APPLY_PATCHES); \ + autoreconf -fi; \ $(CONFIGURE) \ --prefix= \ --datarootdir=$(remove-datarootdir) \