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 4590284d60e76ad3cf5bc0f46453bc9e3f102046 (commit) via 296030ee5fc2767251e4802f0ced78fd216f7a50 (commit) from 151f824184155197951b259267b0add88506ae35 (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 4590284d60e76ad3cf5bc0f46453bc9e3f102046 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat May 8 12:24:29 2010 +0200
polkit: Remove usage of gobject-introspection.
commit 296030ee5fc2767251e4802f0ced78fd216f7a50 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat May 8 12:24:02 2010 +0200
libvirt: Correct the usage of /usr/libexec.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/libvirt/libvirt.nm | 1 + pkgs/core/polkit/polkit.nm | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
Difference in files: diff --git a/pkgs/core/libvirt/libvirt.nm b/pkgs/core/libvirt/libvirt.nm index 678ee6a..a31b506 100644 --- a/pkgs/core/libvirt/libvirt.nm +++ b/pkgs/core/libvirt/libvirt.nm @@ -45,6 +45,7 @@ endef PKG_TARBALL = $(THISAPP).tar.gz
CONFIGURE_OPTIONS += \ + --libexecdir=/usr/lib \ --disable-static \ --with-qemu \ --without-esx \ diff --git a/pkgs/core/polkit/polkit.nm b/pkgs/core/polkit/polkit.nm index 0fc8d15..9480e31 100644 --- a/pkgs/core/polkit/polkit.nm +++ b/pkgs/core/polkit/polkit.nm @@ -49,4 +49,5 @@ CONFIGURE_OPTIONS += \ --sysconfdir=/etc \ --libexecdir=/usr/lib/polkit-1 \ --localstatedir=/var \ + --disable-introspection \ --disable-static
hooks/post-receive -- IPFire 3.x development tree