Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (34af3b54a3d359284d0bc63953f79443eef25c36)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (34af3b54a3d359284d0bc63953f79443eef25c36)
  • Date: Thu, 2 Jun 2011 02:03:53 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/grub2/DEPENDS | 7 +------
disk/grub2/HISTORY | 2 ++
2 files changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 34af3b54a3d359284d0bc63953f79443eef25c36
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: Doesn't actually care if lvm is installed or not, always builds
the LVM modules

commit 209f15fa01ec0cfb676f38d53439308c28664c4a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: ./configure doesn't know --enable-gettext or
--disable-device-mapper

configure: WARNING: unrecognized options: --enable-gettext,
--disable-device-mapper

diff --git a/disk/grub2/DEPENDS b/disk/grub2/DEPENDS
index 2f8d160..3891283 100755
--- a/disk/grub2/DEPENDS
+++ b/disk/grub2/DEPENDS
@@ -1,5 +1,5 @@
depends automake &&
-depends gettext '--enable-gettext' &&
+depends gettext &&
depends gnupg &&
depends smgl-fhs &&
depends lzo &&
@@ -10,11 +10,6 @@ if [[ "${GRUB2_SVN}" = 'y' ]]; then
depends RUBY
fi &&

-optional_depends lvm \
- '--enable-device-mapper' \
- '--disable-device-mapper' \
- 'for LVM device-mapper support' &&
-
optional_depends freetype2 \
'--enable-grub-mkfont' \
'--disable-grub-mkfont' \
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index 1c92c47..702384e 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -2,6 +2,8 @@
* DEPENDS: lvm disble -> disable
gettext disable -> enable for enable option
gettext isn't actually optional
+ ./configure doesn't --enable-gettext is --disable-device-mapper
+ Doesn't actually care if lvm is installed or not, always builds the
LVM modules

2011-05-27 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: switched to http download



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (34af3b54a3d359284d0bc63953f79443eef25c36), Eric Sandall, 06/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page