From c137099bc33aabb19bf2081009634d130f1b41dc Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Thu, 23 May 2019 21:09:36 +0200 Subject: aspell: Fix build against musl --- spelling/aspell/HISTORY | 3 +++ spelling/aspell/PRE_BUILD | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'spelling') diff --git a/spelling/aspell/HISTORY b/spelling/aspell/HISTORY index befe1fe398..5314bfb97d 100644 --- a/spelling/aspell/HISTORY +++ b/spelling/aspell/HISTORY @@ -1,3 +1,6 @@ +2019-05-23 Ismael Luceno + * PRE_BUILD: Fixed build against musl + 2017-09-25 Thomas Orgis * BUILD: build permissively with modern C++ compilers diff --git a/spelling/aspell/PRE_BUILD b/spelling/aspell/PRE_BUILD index 57ebaa8b91..7705ca837e 100755 --- a/spelling/aspell/PRE_BUILD +++ b/spelling/aspell/PRE_BUILD @@ -1,3 +1,4 @@ default_pre_build && cd $SOURCE_DIRECTORY && -patch -p0 < $SCRIPT_DIRECTORY/templateinstantiations.patch +patch -p0 < $SCRIPT_DIRECTORY/templateinstantiations.patch && +sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub -- cgit v1.2.3