summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-11 14:30:03 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-11 14:30:03 +0000
commit5b7c6cc33d83c64e813c210e661be789ced19674 (patch)
treeb9653ce666140a7650bbf5556254c3e4a7349653
parent42a5896e24b901eeb849e4b01c0a721c981b65fd (diff)
downloadbash-5b7c6cc33d83c64e813c210e661be789ced19674.tar.gz
Add morph
configure options suggested by LFS
-rw-r--r--bash.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/bash.morph b/bash.morph
new file mode 100644
index 00000000..1278e15a
--- /dev/null
+++ b/bash.morph
@@ -0,0 +1,13 @@
+{
+ "name": "bash",
+ "kind": "chunk",
+ "configure-commands": [
+ "./configure --prefix=/usr --without-bash-malloc --with-installed-readline"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install"
+ ]
+}