CVS: moonbase/libs/uClibc .config.bz2, 1.5, 1.6 BUILD, 1.4,
1.5 DETAILS, 1.10, 1.11
Terry Chan
tchan at lunar-linux.org
Fri Nov 14 17:55:59 GMT 2003
Update of /var/cvs/lunar/moonbase/libs/uClibc
In directory dbguin.lunar-linux.org:/tmp/cvs-serv28251
Modified Files:
.config.bz2 BUILD DETAILS
Log Message:
Version bump to 0.9.23. Added this module to the architecture blacklist
for Alpha, PPC, SPARC. Those are supported archs, but the current Lunar
module for uClibc will NOT build correctly on anything but x86. This
module needs a major rewrite to add the arch-type support into it.
Index: .config.bz2
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/uClibc/.config.bz2,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
Binary files /tmp/cvseiqbZe and /tmp/cvsfLmlsu differ
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/uClibc/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 10 Sep 2003 02:44:17 -0000 1.4
+++ BUILD 14 Nov 2003 17:55:57 -0000 1.5
@@ -1,9 +1,9 @@
(
bzcat $SCRIPT_DIRECTORY/.config.bz2 > .config &&
sedit "s/\#-DUSE_CACHE/ -DUSE_CACHE/" Rules.mak &&
- sedit "s/\usr\/bin\/awk/\/bin\/awk/" Rules.mak &&
+# sedit "s/\usr\/bin\/awk/\/bin\/awk/" Rules.mak &&
patch_it $SOURCE_CACHE/$SOURCE2 0 &&
- sedit "s/TARGETS += ldconfig/#TARGETS += ldconfig/" ldso/util/Makefile &&
+# sedit "s/TARGETS += ldconfig/#TARGETS += ldconfig/" ldso/util/Makefile &&
default_make
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/uClibc/DETAILS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DETAILS 10 Sep 2003 02:44:17 -0000 1.10
+++ DETAILS 14 Nov 2003 17:55:57 -0000 1.11
@@ -1,16 +1,16 @@
MODULE=uClibc
- VERSION=0.9.21
- #VERSION=0.9.20
+ VERSION=0.9.23
+ #VERSION=0.9.21
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-$VERSION-Makefile-1.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.uclibc.org/downloads/$SOURCE
SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
- SOURCE_VFY=md5:d4ecdc8350b7c481e06cff830883b8ec
- SOURCE2_VFY=md5:37d2460ffe62ce27c2d13a451079d6db
+ SOURCE_VFY=md5:42001a50d982d0f5d0c0e68e53c9d7a1
+ SOURCE2_VFY=md5:0dd9e8bdf6375627240f434744febcff
WEB_SITE=http://www.uclibc.org/
ENTERED=20020725
- UPDATED=20030909
+ UPDATED=20031114
SHORT="uClibc is a C library for developing embedded Linux systems."
PSAFE="no"
GCCWRAPPERS="off"
More information about the Lunar-commits
mailing list