summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtool.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtool.morph b/libtool.morph
index 81c2ae08..e529458b 100644
--- a/libtool.morph
+++ b/libtool.morph
@@ -3,8 +3,8 @@
"kind": "chunk",
"max-jobs": 1,
"configure-commands": [
- "bash bootstrap",
- "./configure --prefix=/usr"
+ "bash bootstrap --skip-po --skip-git",
+ "./configure --prefix=/usr --disable-nls"
],
"build-commands": [
"make"