Author: pebender
Date: Sat Jun 20 09:13:36 2009
New Revision: 4996
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile
trunk/gar-minimyth/script/devel/glibc-headers/Makefile
trunk/gar-minimyth/script/devel/glibc/Makefile
Log:
- Updated devel/glibc* packages so that kernel version 2.6.30 is the
minimum supported API.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Jun 20
09:13:36 2009
@@ -59,6 +59,10 @@
- Worked around bug the appeared as a result of mplayer-svn being
compiled
with gcc 4.4.0.
+Modified build system
+ - Updated devel/glibc* packages so that kernel version 2.6.30 is the
+ minimum supported API.
+
Fixed build system
- Patched legacy NVIDIA drivers so that they build with kernel 2.6.30.
- Changed package xorg-7.4/libdrm so that it does not require
system/udev
Modified: trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile (original)
+++ trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile Sat Jun 20
09:13:36 2009
@@ -29,7 +29,7 @@
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
--enable-bind-now \
- --enable-kernel=2.6.26 \
+ --enable-kernel=2.6.30 \
--with-binutils=$(build_DESTDIR)$(build_bindir) \
--without-gd \
--without-cvs \
Modified: trunk/gar-minimyth/script/devel/glibc-headers/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/glibc-headers/Makefile (original)
+++ trunk/gar-minimyth/script/devel/glibc-headers/Makefile Sat Jun 20
09:13:36 2009
@@ -18,7 +18,7 @@
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
--disable-sanity-checks \
- --enable-kernel=2.6.26 \
+ --enable-kernel=2.6.30 \
--with-binutils=$(build_DESTDIR)$(build_bindir) \
--without-cvs \
--with-headers=$(DESTDIR)$(includedir) \
Modified: trunk/gar-minimyth/script/devel/glibc/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/glibc/Makefile (original)
+++ trunk/gar-minimyth/script/devel/glibc/Makefile Sat Jun 20 09:13:36 2009
@@ -40,7 +40,7 @@
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
--enable-bind-now \
- --enable-kernel=2.6.26 \
+ --enable-kernel=2.6.30 \
--with-binutils=$(build_DESTDIR)$(build_bindir) \
--without-gd \
--without-cvs \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---