[Lunar-commits] <moonbase-core> grub2: Fixed for glibc-2.16 with a patch
Terry Chan
tchan at lunar-linux.org
Thu Oct 25 15:14:20 CEST 2012
commit f8ce19ee2ac4ad1cbfdebda05d49714c29dc6280
Author: Terry Chan <tchan at lunar-linux.org>
Date: Thu, 25 Oct 2012 06:14:20 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/f8ce19ee2ac4ad1cbfdebda05d49714c29dc6280
grub2: Fixed for glibc-2.16 with a patch
---
system/grub2/BUILD | +1/-0
system/grub2/DETAILS | +3/-0
2 files changed, 4 insertions(+)
--- a/system/grub2/BUILD
+++ b/system/grub2/BUILD
@@ -1,5 +1,6 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
unset CPP CXX CC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS &&
OPTS+=" --with-platform="pc" \
--- a/system/grub2/DETAILS
+++ b/system/grub2/DETAILS
@@ -1,10 +1,13 @@
MODULE=grub2
VERSION=2.00
SOURCE=grub-$VERSION.tar.gz
+ SOURCE2=grub2-glibc-2.16.patch
SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/grub
SOURCE_URL[1]=http://www.funet.fi/pub/gnu/alpha/gnu/grub
+ SOURCE2_URL=$PATCH_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/grub-$VERSION
SOURCE_VFY=sha1:fcb39b621680caf34071abcb9ec913d5da458554
+ SOURCE2_VFY=sha1:f59b24e886914691c952823a02a7c46a87f51315
WEB_SITE=http://www.gnu.org/software/grub
ENTERED=20100112
UPDATED=20120802
More information about the Lunar-commits
mailing list