diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-01-11 14:30:03 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-01-11 14:30:03 +0000 |
commit | 5b7c6cc33d83c64e813c210e661be789ced19674 (patch) | |
tree | b9653ce666140a7650bbf5556254c3e4a7349653 | |
parent | 42a5896e24b901eeb849e4b01c0a721c981b65fd (diff) | |
download | bash-5b7c6cc33d83c64e813c210e661be789ced19674.tar.gz |
Add morph
configure options suggested by LFS
-rw-r--r-- | bash.morph | 13 |
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" + ] +} |