summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorIsmael Luceno2019-06-04 19:03:22 +0200
committerIsmael Luceno2019-06-04 19:03:22 +0200
commit6f9c0471739fda71fbffad8cac820199c2c44aa1 (patch)
treeca8437bd25dda66d29e66c979fe1e3d5d41f01ec /http
parent9af21d207bd96e76214b8e2b8f73c99102c20932 (diff)
dillo: Fix build against musl
Diffstat (limited to 'http')
-rw-r--r--http/dillo/HISTORY3
-rwxr-xr-xhttp/dillo/PRE_BUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/http/dillo/HISTORY b/http/dillo/HISTORY
index 157fef287f..a5d7d92001 100644
--- a/http/dillo/HISTORY
+++ b/http/dillo/HISTORY
@@ -1,3 +1,6 @@
+2019-06-04 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-07-10 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 3.0.5
diff --git a/http/dillo/PRE_BUILD b/http/dillo/PRE_BUILD
index 273f2ff417..70ab66825e 100755
--- a/http/dillo/PRE_BUILD
+++ b/http/dillo/PRE_BUILD
@@ -1,5 +1,6 @@
default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
if [[ "$DILLO_CVS" == "y" ]]; then
- cd $SOURCE_DIRECTORY &&
./autogen.sh
-fi
+fi &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub