[Lunar-commits] <moonbase> bash_static: Added the patch that was also added to regular bash module.
Terry Chan
tchan at lunar-linux.org
Tue Sep 16 15:26:08 CEST 2008
commit 81a034af6791a35314e5c6f95ed58f0af6c81ecd
Author: Terry Chan <tchan at lunar-linux.org>
Date: Tue Sep 16 08:26:08 2008 -0500
bash_static: Added the patch that was also added to regular bash module.
Come on people -- these two modules need to stay in sync!!!
---
shells/bash_static/BUILD | 2 ++
shells/bash_static/DETAILS | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/shells/bash_static/BUILD b/shells/bash_static/BUILD
index 8f1faad..f4a5cf5 100644
--- a/shells/bash_static/BUILD
+++ b/shells/bash_static/BUILD
@@ -8,6 +8,8 @@
--with-curses \
--enable-static-link"
+ patch_it $SOURCE2 0 &&
+
default_config &&
make version.h &&
make &&
diff --git a/shells/bash_static/DETAILS b/shells/bash_static/DETAILS
index 423ae83..71d0f6f 100644
--- a/shells/bash_static/DETAILS
+++ b/shells/bash_static/DETAILS
@@ -1,11 +1,14 @@
MODULE=bash_static
VERSION=3.2
SOURCE=bash-$VERSION.tar.gz
+ SOURCE2=bash-$VERSION-patchset-1.0.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$VERSION
SOURCE_URL[0]=$GNU_URL/bash/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/bash/
SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/bash/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:fe6466c7ee98061e044dae0347ca5d1a8eab4a0d
+ SOURCE2_VFY=sha1:dd481ef471a1c03ca853229e9df7e28602251e45
WEB_SITE=http://tiswww.case.edu/php/chet/bash/bashtop.html
ENTERED=20020615
UPDATED=20080906
More information about the Lunar-commits
mailing list