[Lunar-commits] r16362 - moonbase/trunk/shells/bash_static
Stefan Wold
ratler at lunar-linux.org
Mon Sep 5 20:20:56 UTC 2005
Author: ratler
Date: 2005-09-05 20:20:55 +0000 (Mon, 05 Sep 2005)
New Revision: 16362
Modified:
moonbase/trunk/shells/bash_static/BUILD
moonbase/trunk/shells/bash_static/DETAILS
Log:
Added WCONTINUED patch for glibc > 2.3.3 compliance
Modified: moonbase/trunk/shells/bash_static/BUILD
===================================================================
--- moonbase/trunk/shells/bash_static/BUILD 2005-09-05 20:08:43 UTC (rev 16361)
+++ moonbase/trunk/shells/bash_static/BUILD 2005-09-05 20:20:55 UTC (rev 16362)
@@ -1,5 +1,10 @@
(
+ # Apply WCONTINUED patch for glibc > 2.3.3 compliance
+ unpack $SOURCE2 &&
+ patch_it bash-patches/bash30-avoid_WCONTINUED 0 &&
+
+
bad_flags -malign-double
OPTS=$OPTS" --bindir=/bin \
Modified: moonbase/trunk/shells/bash_static/DETAILS
===================================================================
--- moonbase/trunk/shells/bash_static/DETAILS 2005-09-05 20:08:43 UTC (rev 16361)
+++ moonbase/trunk/shells/bash_static/DETAILS 2005-09-05 20:20:55 UTC (rev 16362)
@@ -2,14 +2,17 @@
VERSION=3.0
#VERSION=2.05b
SOURCE=bash-$VERSION.tar.gz
+ SOURCE2=bash-patches-1.1.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$VERSION
SOURCE_URL[0]=ftp://ftp.cwru.edu/pub/bash/
SOURCE_URL[1]=$GNU_URL/bash/
SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/bash/
+ SOURCE2_URL=$PATCH_URL/
SOURCE_VFY=sha1:3acf1ff4910d4bc863620c7533cbf4858370017b
+ SOURCE2_VFY=sha1:84f42f9fa39679183b339ba77d33e5685493f6c6
WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
ENTERED=20020615
- UPDATED=20040727
+ UPDATED=20050905
SHORT="this is the static build of bash, named as bash_static"
cat << EOF
bash - Shell of the GNU operating system.
More information about the Lunar-commits
mailing list