summaryrefslogtreecommitdiff
path: root/package/libvirt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-04-02 20:41:56 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-04-02 20:41:56 +0200
commit43a92285720e876765dc7ffbee241806547c790d (patch)
tree6abf8ab7e073461862af1dcdcecbb10a581d5fad /package/libvirt
parenta8fd86a19a7d6551c937d34a821ea3a6bda0c012 (diff)
compile with libtirpc
Diffstat (limited to 'package/libvirt')
-rw-r--r--package/libvirt/Makefile8
-rw-r--r--package/libvirt/patches/patch-build-aux_ltmain_sh11
2 files changed, 5 insertions, 14 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile
index 1e09ad648..392b62638 100644
--- a/package/libvirt/Makefile
+++ b/package/libvirt/Makefile
@@ -4,15 +4,15 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= libvirt
-PKG_VERSION:= 0.9.6
+PKG_VERSION:= 0.9.10
PKG_RELEASE:= 1
-PKG_MD5SUM:= b74df374b524d00a22a6c89cfc23099f
+PKG_MD5SUM:= a424bb793521e637349da47e93dd5fff
PKG_DESCR:= virtualization API
PKG_SECTION:= libs
PKG_BUILDDEP:= libxml2 gnutls python2 libpcap parted udev
PKG_DEPENDS:= libxml2 libgnutls python2 libpcap libreadline
PKG_DEPENDS+= libintl dmidecode kmod-netfilter-xt-target-checksum
-PKG_DEPENDS+= dnsmasq qemu
+PKG_DEPENDS+= dnsmasq qemu libnl
PKG_URL:= http://www.libvirt.org/
PKG_SITES:= ftp://libvirt.org/libvirt/
@@ -25,6 +25,8 @@ $(eval $(call PKG_template,LIBVIRT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${P
include ${TOPDIR}/mk/python.mk
+TARGET_CPPFLAGS+= -I${STAGING_TARGET_DIR}/usr/include/tirpc
+
CONFIGURE_ENV+= gl_cv_warn__fstack_protector_all=no \
ac_cv_path_IPTABLES_PATH=/usr/sbin/iptables \
ac_cv_path_IP6TABLES_PATH=/usr/sbin/ip6tables \
diff --git a/package/libvirt/patches/patch-build-aux_ltmain_sh b/package/libvirt/patches/patch-build-aux_ltmain_sh
deleted file mode 100644
index 356d4e661..000000000
--- a/package/libvirt/patches/patch-build-aux_ltmain_sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- libvirt-0.8.7.orig/build-aux/ltmain.sh 2011-01-04 03:22:29.000000000 +0100
-+++ libvirt-0.8.7/build-aux/ltmain.sh 2011-01-15 23:16:47.000000000 +0100
-@@ -5091,7 +5091,7 @@ func_mode_link ()
- # @file GCC response files
- # -tp=* Portland pgcc target processor selection
- -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*)
-+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|-fstack-protector*|-flto)
- func_quote_for_eval "$arg"
- arg="$func_quote_for_eval_result"
- func_append compile_command " $arg"