Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6b8d22f282495ea03d69851fc58a4d9a198ba6c1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6b8d22f282495ea03d69851fc58a4d9a198ba6c1)
  • Date: Mon, 14 Apr 2014 15:06:44 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/qemu/BUILD | 3 ++-
utils/qemu/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 6b8d22f282495ea03d69851fc58a4d9a198ba6c1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qemu: Pass down ARFLAGS=rv, to workaround buildsystem bug

diff --git a/utils/qemu/BUILD b/utils/qemu/BUILD
index 8a56ca8..4b74671 100755
--- a/utils/qemu/BUILD
+++ b/utils/qemu/BUILD
@@ -11,4 +11,5 @@ cd "${SOURCE_DIRECTORY}" &&
$QEMU_TPM \
$OPTS &&

-make
+# Pass down ARFLAGS to workaround a bug in QEMU's build system
+ARFLAGS=rv make
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index cfd6f3d..0ae7de6 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,3 +1,6 @@
+2014-04-14 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Pass down ARFLAGS=rv, to workaround buildsystem bug
+
2013-09-04 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Optionally depends on nss
* *SUB_DEPENDS: Allow forcing dependency on nss



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6b8d22f282495ea03d69851fc58a4d9a198ba6c1), Ismael Luceno, 04/14/2014

Archive powered by MHonArc 2.6.24.

Top of Page