This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 6c11ef57ce77b7fe777f104d0e9490f27b976780 (commit) via 5a24fd52c7e9f64c4ed95b20c090f6285209ed55 (commit) via ef4f994f936daa68fc0ba1bbfc1f16ce5bee8b28 (commit) from 22dcbd74cd844fbcb1dcca84365fee7081757426 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6c11ef57ce77b7fe777f104d0e9490f27b976780 Merge: 22dcbd7 5a24fd5 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat May 14 14:54:58 2011 +0200
Merge remote-tracking branch 'trikolon/qemu-kvm'
commit 5a24fd52c7e9f64c4ed95b20c090f6285209ed55 Author: Ben Schweikert trikolon@ipfire.org Date: Sat May 14 14:53:41 2011 +0200
Qemu-kvm: Updated release number.
commit ef4f994f936daa68fc0ba1bbfc1f16ce5bee8b28 Author: Ben Schweikert trikolon@ipfire.org Date: Mon May 2 19:27:57 2011 +0200
Qemu-kvm: Fixed some configuration errors.
-----------------------------------------------------------------------
Summary of changes: pkgs/qemu/qemu.nm | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-)
Difference in files: diff --git a/pkgs/qemu/qemu.nm b/pkgs/qemu/qemu.nm index bda63da..fb8128b 100644 --- a/pkgs/qemu/qemu.nm +++ b/pkgs/qemu/qemu.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = qemu-kvm PKG_VER = 0.14.0 -PKG_REL = 0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = Applications/Virtualization @@ -59,8 +59,11 @@ CONFIGURE_OPTIONS = \ --extra-cflags="$(CFLAGS)" \ --disable-strip \ --disable-xen \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --target-list="i386-softmmu"
+# target-list is not working with i386 because of some PIE or PIC errors +# --target-list="i386-linux-user i386-softmmu"
define STAGE_CONFIGURE_CMDS cd $(DIR_APP) && sed -e "s@-Wl,-rpath,/usr/lib@@g" -i */config-target.mak
hooks/post-receive -- IPFire 3.x development tree