summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIsmael Luceno2019-06-25 21:41:35 +0200
committerIsmael Luceno2019-06-26 23:41:11 +0200
commitf0177a6d57cc936f8c1f39b41052b2ffc0268cef (patch)
treedecce826b19f53d8f7c57928b6ac23bf5af8139c /doc
parent1520be6037cc50e38de6836b5e36e1110372f437 (diff)
qpdf: Fix build against musl
Diffstat (limited to 'doc')
-rw-r--r--doc/qpdf/HISTORY3
-rwxr-xr-xdoc/qpdf/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/qpdf/HISTORY b/doc/qpdf/HISTORY
index e713c312ad..77ff0668eb 100644
--- a/doc/qpdf/HISTORY
+++ b/doc/qpdf/HISTORY
@@ -1,3 +1,6 @@
+2019-06-25 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2019-04-24 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 8.4.0
diff --git a/doc/qpdf/PRE_BUILD b/doc/qpdf/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/doc/qpdf/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub