summaryrefslogtreecommitdiffstats
path: root/xorg-util
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-23 20:01:22 +0200
committerIsmael Luceno2019-05-23 20:01:22 +0200
commitdf65da7fb1993ed6cd0a0c1c93a5d5cbef35b9c0 (patch)
tree4c164fbe0e5ca974075d72a4827be5e159050e70 /xorg-util
parent9042ac5907c326c1ff774163e97a560b4eabd89d (diff)
lndir: Fix build against musl
Diffstat (limited to 'xorg-util')
-rw-r--r--xorg-util/lndir/HISTORY3
-rwxr-xr-xxorg-util/lndir/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
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 <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2018-02-06 Treeve Jelbert <treeve@sourcemage.org>
* 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