Skip to content

Commit

Permalink
Add lzma as a prereq for libunwind in libunwind/Makefile.
Browse files Browse the repository at this point in the history
This was already there in the top-level Makefile, so this
only matters if you build libunwind from its subdir.
  • Loading branch information
mwkrentel committed Feb 1, 2018
1 parent d7c70d4 commit 95a7c8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libunwind/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 95a7c8d

Please sign in to comment.