From df65da7fb1993ed6cd0a0c1c93a5d5cbef35b9c0 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Thu, 23 May 2019 20:01:22 +0200 Subject: lndir: Fix build against musl --- xorg-util/lndir/HISTORY | 3 +++ xorg-util/lndir/PRE_BUILD | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 xorg-util/lndir/PRE_BUILD diff --git a/xorg-util/lndir/HISTORY b/xorg-util/lndir/HISTORY index f51d4aad0c..6c9f6fb840 100644 --- a/xorg-util/lndir/HISTORY +++ b/xorg-util/lndir/HISTORY @@ -1,3 +1,6 @@ +2019-05-23 Ismael Luceno + * PRE_BUILD: Fixed build against musl + 2018-02-06 Treeve Jelbert * DEPENDS: use xorgproto diff --git a/xorg-util/lndir/PRE_BUILD b/xorg-util/lndir/PRE_BUILD new file mode 100755 index 0000000000..3c8cac271f --- /dev/null +++ b/xorg-util/lndir/PRE_BUILD @@ -0,0 +1,3 @@ +default_pre_build && +cd "$SOURCE_DIRECTORY" && +sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub -- cgit v1.2.3