summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorIsmael Luceno2022-02-25 23:29:42 +0100
committerIsmael Luceno2022-02-25 23:50:39 +0100
commitbe0ac7a0551c7476ce7680b563d9ba02c21c190b (patch)
treed9e6646240783579b0f64b2628fc7ae8b6d6b74e /telephony
parent6df86c3a5c9c6d709f42fe9a9d3f78c2c414f491 (diff)
libexosip2: Fix build against musl
Diffstat (limited to 'telephony')
-rw-r--r--telephony/libexosip2/HISTORY3
-rwxr-xr-xtelephony/libexosip2/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/telephony/libexosip2/HISTORY b/telephony/libexosip2/HISTORY
index 02964541ab..9de7ba1359 100644
--- a/telephony/libexosip2/HISTORY
+++ b/telephony/libexosip2/HISTORY
@@ -1,3 +1,6 @@
+2022-02-25 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2016-03-14 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 4.1.0
diff --git a/telephony/libexosip2/PRE_BUILD b/telephony/libexosip2/PRE_BUILD
new file mode 100755
index 0000000000..14a6973642
--- /dev/null
+++ b/telephony/libexosip2/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' scripts/config.sub