updated libvirt to 0.8.3
svn path=/nixpkgs/trunk/; revision=23124
This commit is contained in:
parent
2050c3da77
commit
53d79f6f9c
@ -1,20 +1,17 @@
|
|||||||
{ stdenv, fetchurl, libxml2, gnutls, devicemapper, perl }:
|
{ stdenv, fetchurl, libxml2, gnutls, devicemapper, perl }:
|
||||||
|
|
||||||
let version = "0.7.5"; in
|
let version = "0.8.3"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libvirt-${version}";
|
name = "libvirt-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://libvirt.org/sources/libvirt-${version}.tar.gz";
|
url = "http://libvirt.org/sources/libvirt-${version}.tar.gz";
|
||||||
sha256 = "922481aadf72a74cf14012fe3967c60d01e70f7e88908410d57428943ab4eb8b";
|
sha256 = "07vsk4g1nxvxc8yr6cdvwp9kvwgm2g7lh6aaggfkxb2775n87q9m";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxml2 gnutls devicemapper perl ];
|
buildInputs = [ libxml2 gnutls devicemapper perl ];
|
||||||
|
|
||||||
# fix for redhat bz 531496
|
|
||||||
patches = [ ./non-absolute-ld.patch ];
|
|
||||||
|
|
||||||
# xen currently disabled in nixpkgs
|
# xen currently disabled in nixpkgs
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--without-xen
|
--without-xen
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -Naur libvirt-0.7.5.orig/configure libvirt-0.7.5/configure
|
|
||||||
--- libvirt-0.7.5.orig/configure 2009-12-23 09:17:34.000000000 -0600
|
|
||||||
+++ libvirt-0.7.5/configure 2010-01-13 21:16:02.000000000 -0600
|
|
||||||
@@ -41051,7 +41051,7 @@
|
|
||||||
|
|
||||||
|
|
||||||
VERSION_SCRIPT_FLAGS=-Wl,--version-script=
|
|
||||||
-`/usr/bin/ld --help 2>&1 | grep -- --version-script >/dev/null` || \
|
|
||||||
+`ld --help 2>&1 | grep -- --version-script >/dev/null` || \
|
|
||||||
VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user