summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-14 20:18:42 +0200
committerIsmael Luceno2019-08-14 20:18:42 +0200
commitc43dab301713dd09f5ad1246bec4f575fc7abe10 (patch)
tree838271f65752ad41d5501eae17e22fe19a443b81 /utils
parent76530c9a3fcf4b71fb200b3e74eabda555d2c40b (diff)
eggdbus: Fix build against musl
Diffstat (limited to 'utils')
-rw-r--r--utils/eggdbus/HISTORY3
-rwxr-xr-xutils/eggdbus/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/utils/eggdbus/HISTORY b/utils/eggdbus/HISTORY
index 02c71fcd31..6f0784e112 100644
--- a/utils/eggdbus/HISTORY
+++ b/utils/eggdbus/HISTORY
@@ -1,3 +1,6 @@
+2019-08-14 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-03-16 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: removed libffi -- it's not a direct dependency
diff --git a/utils/eggdbus/PRE_BUILD b/utils/eggdbus/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/utils/eggdbus/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub