From 95a7c8d0610a293c7d8ce781990812d951c73690 Mon Sep 17 00:00:00 2001 From: "Mark W. Krentel" Date: Thu, 1 Feb 2018 15:37:43 -0600 Subject: [PATCH] Add lzma as a prereq for libunwind in libunwind/Makefile. This was already there in the top-level Makefile, so this only matters if you build libunwind from its subdir. --- libunwind/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libunwind/Makefile b/libunwind/Makefile index c00b9e4d..ea9cd470 100644 --- a/libunwind/Makefile +++ b/libunwind/Makefile @@ -7,6 +7,8 @@ PKG_NAME = libunwind SRC_DIR = libunwind +PREREQS = lzma + FETCH_TARFILE = $(SRC_DIR)-2017-10-02.tar.bz2 AC_CONFIG_DIR = config