Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2b90f36e97191dc018f3886317be119456aa6e27)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2b90f36e97191dc018f3886317be119456aa6e27)
  • Date: Mon, 29 Aug 2011 05:16:52 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/kexec-tools/BUILD | 3 +++
utils/kexec-tools/DEPENDS | 14 ++++++++++++++
utils/kexec-tools/DETAILS | 1 +
utils/kexec-tools/HISTORY | 6 ++++++
utils/kexec-tools/PRE_BUILD | 4 ++++
5 files changed, 28 insertions(+)

New commits:
commit 2b90f36e97191dc018f3886317be119456aa6e27
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

kexec-tools: fixed kernel load on 64-bit systems

diff --git a/utils/kexec-tools/BUILD b/utils/kexec-tools/BUILD
new file mode 100755
index 0000000..6032744
--- /dev/null
+++ b/utils/kexec-tools/BUILD
@@ -0,0 +1,3 @@
+CFLAGS="${CFLAGS/-fPIC /}" &&
+
+default_build
diff --git a/utils/kexec-tools/DEPENDS b/utils/kexec-tools/DEPENDS
new file mode 100755
index 0000000..ee27e0f
--- /dev/null
+++ b/utils/kexec-tools/DEPENDS
@@ -0,0 +1,14 @@
+optional_depends zlib \
+ "--with-zlib" \
+ "--without-zlib" \
+ "for zlib support" &&
+
+optional_depends xz-utils \
+ "--with-lzma" \
+ "--without-lzma" \
+ "for LZMA support" &&
+
+optional_depends xen-tools \
+ "--with-xen" \
+ "--without-xen" \
+ "for extended Xen support"
diff --git a/utils/kexec-tools/DETAILS b/utils/kexec-tools/DETAILS
index c1c4135..0d6e2fb 100755
--- a/utils/kexec-tools/DETAILS
+++ b/utils/kexec-tools/DETAILS
@@ -1,5 +1,6 @@
SPELL=kexec-tools
VERSION=2.0.2
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/kexec/$SOURCE
diff --git a/utils/kexec-tools/HISTORY b/utils/kexec-tools/HISTORY
index 65446ee..9cc663c 100644
--- a/utils/kexec-tools/HISTORY
+++ b/utils/kexec-tools/HISTORY
@@ -1,3 +1,9 @@
+2011-08-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * DEPENDS: added, for optional dependencies
+ * BUILD: added, to fix kernel load on 64-bit systems
+ * PRE_BUILD: added, to fix compilation with modern GCC
+
2010-10-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.0.2; fixed source url, website
converted to upstream signature checking
diff --git a/utils/kexec-tools/PRE_BUILD b/utils/kexec-tools/PRE_BUILD
new file mode 100755
index 0000000..9ea5c5e
--- /dev/null
+++ b/utils/kexec-tools/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:--no-undefined::" purgatory/Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2b90f36e97191dc018f3886317be119456aa6e27), Vlad Glagolev, 08/29/2011

Archive powered by MHonArc 2.6.24.

Top of Page