summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorIsmael Luceno2019-06-09 14:06:25 +0200
committerIsmael Luceno2019-06-09 14:06:25 +0200
commit42661852a9c59d712c28adc8c113365a019b3b24 (patch)
tree6f796a2fbafa84f3ef0ec73bb78cdb26ef8d7d99 /disk
parent24d1adaf938712ebec2235f17a7d0097c1347262 (diff)
jmtpfs: Fix build against musl
Diffstat (limited to 'disk')
-rw-r--r--disk/jmtpfs/HISTORY3
-rwxr-xr-xdisk/jmtpfs/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/disk/jmtpfs/HISTORY b/disk/jmtpfs/HISTORY
index 1bb759567e..7bbe85c508 100644
--- a/disk/jmtpfs/HISTORY
+++ b/disk/jmtpfs/HISTORY
@@ -1,2 +1,5 @@
+2019-06-09 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2017-09-29 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS, DEPENDS: spell created
diff --git a/disk/jmtpfs/PRE_BUILD b/disk/jmtpfs/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/disk/jmtpfs/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub